rust/tests/ui/wasm/wasm-bindgen-broken-error.v0_1_0.stderr
bjorn3 49c3aaabaa Add test
Co-Authored-By: Alex Crichton <alex@alexcrichton.com>
2025-01-23 10:55:01 +00:00

9 lines
274 B
Plaintext

error: older versions of the `wasm-bindgen` crate are incompatible with current versions of Rust; please update to `wasm-bindgen` v0.2.88
--> $DIR/wasm-bindgen-broken-error.rs:24:1
|
LL | #![crate_name = "wasm_bindgen"]
| ^
error: aborting due to 1 previous error