summary refs log tree commit diff
path: root/src/test/ui/wasm-custom-section/not-const.stderr
blob: 17c85b3e848eb3deff77cd242817e703bf4f2568 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
error: only allowed on consts
  --> $DIR/not-const.rs:13:1
   |
LL | #[wasm_custom_section = "foo"] //~ ERROR: only allowed on consts
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error: only allowed on consts
  --> $DIR/not-const.rs:16:1
   |
LL | #[wasm_custom_section = "foo"] //~ ERROR: only allowed on consts
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error: only allowed on consts
  --> $DIR/not-const.rs:19:1
   |
LL | #[wasm_custom_section = "foo"] //~ ERROR: only allowed on consts
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error: only allowed on consts
  --> $DIR/not-const.rs:22:1
   |
LL | #[wasm_custom_section = "foo"] //~ ERROR: only allowed on consts
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error: only allowed on consts
  --> $DIR/not-const.rs:25:1
   |
LL | #[wasm_custom_section = "foo"] //~ ERROR: only allowed on consts
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error: only allowed on consts
  --> $DIR/not-const.rs:28:1
   |
LL | #[wasm_custom_section = "foo"] //~ ERROR: only allowed on consts
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error: aborting due to 6 previous errors