We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8b5b95 commit 7e7622aCopy full SHA for 7e7622a
src/test/run-make/wasm-custom-section/bar.rs
@@ -9,7 +9,6 @@
9
// except according to those terms.
10
11
#![crate_type = "cdylib"]
12
-#![feature(wasm_custom_section)]
13
#![deny(warnings)]
14
15
extern crate foo;
src/test/run-make/wasm-custom-section/foo.rs
#![crate_type = "rlib"]
#[link_section = "foo"]
0 commit comments