mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-04-01 09:51:06 +00:00
This migrates our UI tests to the recently published `trybuild` crate which should hopefully be a bit more robust than `compiletest` over time!
6 lines
122 B
Plaintext
6 lines
122 B
Plaintext
error: can only #[wasm_bindgen] public functions
|
|
--> $DIR/non-public-function.rs:4:1
|
|
|
|
|
4 | fn foo() {}
|
|
| ^^^^^^^^^^^
|