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 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107
|
error: malformed `#[should_panic = "..."]` attribute
--> ui-tests/should_panic.rs:28:15
|
28 | #[should_panic::error]
| ^
error: malformed `#[should_panic]` attribute
--> ui-tests/should_panic.rs:32:18
|
32 | #[should_panic = 42]
| ^^
error: malformed `#[should_panic = "..."]` attribute
--> ui-tests/should_panic.rs:36:15
|
36 | #[should_panic[]]
| ^^
error: malformed `#[should_panic(...)]` attribute
--> ui-tests/should_panic.rs:40:15
|
40 | #[should_panic(42)]
| ^^^^
error: malformed `#[should_panic(...)]` attribute
--> ui-tests/should_panic.rs:44:15
|
44 | #[should_panic(test)]
| ^^^^^^
error: malformed `#[should_panic(...)]` attribute
--> ui-tests/should_panic.rs:48:15
|
48 | #[should_panic(expected)]
| ^^^^^^^^^^
error: malformed `#[should_panic(...)]` attribute
--> ui-tests/should_panic.rs:52:15
|
52 | #[should_panic(expected::error)]
| ^^^^^^^^^^^^^^^^^
error: malformed `#[should_panic]` attribute
--> ui-tests/should_panic.rs:56:3
|
56 | #[should_panic(expected =)]
| ^^^^^^^^^^^^
error: malformed `#[should_panic]` attribute
--> ui-tests/should_panic.rs:60:27
|
60 | #[should_panic(expected = 5)]
| ^
error: duplicate `should_panic` attribute
--> ui-tests/should_panic.rs:65:3
|
65 | #[should_panic = "test"]
| ^^^^^^^^^^^^
error[E0433]: failed to resolve: could not find `wasm_bindgen_test` in the list of imported crates
--> ui-tests/should_panic.rs:3:1
|
3 | #[wasm_bindgen_test]
| ^^^^^^^^^^^^^^^^^^^^ could not find `wasm_bindgen_test` in the list of imported crates
|
= note: this error originates in the attribute macro `wasm_bindgen_test` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0433]: failed to resolve: could not find `wasm_bindgen_test` in the list of imported crates
--> ui-tests/should_panic.rs:7:1
|
7 | #[wasm_bindgen_test]
| ^^^^^^^^^^^^^^^^^^^^ could not find `wasm_bindgen_test` in the list of imported crates
|
= note: this error originates in the attribute macro `wasm_bindgen_test` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0433]: failed to resolve: could not find `wasm_bindgen_test` in the list of imported crates
--> ui-tests/should_panic.rs:11:1
|
11 | #[wasm_bindgen_test]
| ^^^^^^^^^^^^^^^^^^^^ could not find `wasm_bindgen_test` in the list of imported crates
|
= note: this error originates in the attribute macro `wasm_bindgen_test` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0433]: failed to resolve: could not find `wasm_bindgen_test` in the list of imported crates
--> ui-tests/should_panic.rs:15:1
|
15 | #[wasm_bindgen_test]
| ^^^^^^^^^^^^^^^^^^^^ could not find `wasm_bindgen_test` in the list of imported crates
|
= note: this error originates in the attribute macro `wasm_bindgen_test` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0433]: failed to resolve: could not find `wasm_bindgen_test` in the list of imported crates
--> ui-tests/should_panic.rs:19:1
|
19 | #[wasm_bindgen_test]
| ^^^^^^^^^^^^^^^^^^^^ could not find `wasm_bindgen_test` in the list of imported crates
|
= note: this error originates in the attribute macro `wasm_bindgen_test` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0433]: failed to resolve: could not find `wasm_bindgen_test` in the list of imported crates
--> ui-tests/should_panic.rs:23:1
|
23 | #[wasm_bindgen_test]
| ^^^^^^^^^^^^^^^^^^^^ could not find `wasm_bindgen_test` in the list of imported crates
|
= note: this error originates in the attribute macro `wasm_bindgen_test` (in Nightly builds, run with -Z macro-backtrace for more info)
|