Skip to content

Commit a23a413

Browse files
committed
fix macro test feature
1 parent e8157a5 commit a23a413

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

builtins-test/tests/lse.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#![feature(decl_macro)] // so we can use pub(super)
2+
#![feature(macro_metavar_expr_concat)]
23
#![cfg(all(target_arch = "aarch64", target_os = "linux", not(feature = "no-asm")))]
34

45
/// Translate a byte size to a Rust type.

0 commit comments

Comments
 (0)