]> git.proxmox.com Git - rustc.git/blob - src/test/ui/wasm-custom-section/malformed.stderr
New upstream version 1.26.0+dfsg1
[rustc.git] / src / test / ui / wasm-custom-section / malformed.stderr
1 error: must be of the form #[wasm_custom_section = "foo"]
2 --> $DIR/malformed.rs:13:1
3 |
4 LL | #[wasm_custom_section] //~ ERROR: must be of the form
5 | ^^^^^^^^^^^^^^^^^^^^^^
6
7 error: must be of the form #[wasm_custom_section = "foo"]
8 --> $DIR/malformed.rs:16:1
9 |
10 LL | #[wasm_custom_section(foo)] //~ ERROR: must be of the form
11 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
12
13 error: aborting due to 2 previous errors
14