summary refs log tree commit diff
path: root/src/test/ui/wasm-custom-section/malformed.stderr
blob: c716c824aebda4b18112eab014bd9eadce0c094d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
error: must be of the form #[wasm_custom_section = "foo"]
  --> $DIR/malformed.rs:13:1
   |
LL | #[wasm_custom_section] //~ ERROR: must be of the form
   | ^^^^^^^^^^^^^^^^^^^^^^

error: must be of the form #[wasm_custom_section = "foo"]
  --> $DIR/malformed.rs:16:1
   |
LL | #[wasm_custom_section(foo)] //~ ERROR: must be of the form
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^

error: aborting due to 2 previous errors