1
0
mirror of https://github.com/fluencelabs/wasm-bindgen synced 2025-03-16 18:20:51 +00:00
wasm-bindgen/crates/macro/ui-tests/non-public-function.stderr
2019-11-06 09:15:51 -08:00

6 lines
122 B
Plaintext

error: can only #[wasm_bindgen] public functions
--> $DIR/non-public-function.rs:4:1
|
4 | fn foo() {}
| ^^^^^^^^^^^