We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8157a5 commit a23a413Copy full SHA for a23a413
builtins-test/tests/lse.rs
@@ -1,4 +1,5 @@
1
#![feature(decl_macro)] // so we can use pub(super)
2
+#![feature(macro_metavar_expr_concat)]
3
#![cfg(all(target_arch = "aarch64", target_os = "linux", not(feature = "no-asm")))]
4
5
/// Translate a byte size to a Rust type.
0 commit comments