]> git.lizzy.rs Git - rust.git/blobdiff - src/test/assembly/asm/wasm-types.rs
Auto merge of #90668 - matthiaskrgr:clippy_nov7, r=jyn514
[rust.git] / src / test / assembly / asm / wasm-types.rs
index a071a850c22b588cd25aa8c56fcf0af4db013161..3aa128c46ac01f8e6ef8e824a0f5fd66ff88674b 100644 (file)
@@ -1,10 +1,9 @@
-// min-llvm-version: 10.0.1
 // assembly-output: emit-asm
 // compile-flags: --target wasm32-unknown-unknown
 // compile-flags: --crate-type cdylib
 // needs-llvm-components: webassembly
 
-#![feature(no_core, lang_items, rustc_attrs)]
+#![feature(no_core, lang_items, rustc_attrs, asm_sym, asm_experimental_arch)]
 #![no_core]
 
 #[rustc_builtin_macro]