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

error: must only be attached to foreign modules
  --> $DIR/wasm-import-module.rs:16:1
   |
LL | #[wasm_import_module = "foo"] //~ ERROR: must only be attached to
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error: aborting due to 2 previous errors