You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error[E0658]: const operands for inline assembly are unstable
--> src/backends/linux_raw.rs:29:17
|
29 | nr = const __NR_getrandom,
| ^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: see issue #93332 <https://github.com/rust-lang/rust/issues/93332> for more information
For more information about this error, try `rustc --explain E0658`.