mirror of
https://github.com/denoland/deno.git
synced 2024-11-22 15:06:54 -05:00
55595ca1b7
Fixes https://github.com/denoland/deno/issues/16934 Example compiler error: ``` error: mutable opstate is not supported in async ops --> core/ops_builtin.rs:122:1 | 122 | #[op] | ^^^^^ | = note: this error originates in the attribute macro `op` (in Nightly builds, run with -Z macro-backtrace for more info) ```
11 lines
248 B
Text
11 lines
248 B
Text
=== Optimizer Dump ===
|
|
returns_result: false
|
|
has_ref_opstate: false
|
|
has_rc_opstate: false
|
|
has_fast_callback_option: false
|
|
needs_fast_callback_option: false
|
|
fast_result: None
|
|
fast_parameters: []
|
|
transforms: {}
|
|
is_async: false
|
|
fast_compatible: false
|