1
0
mirror of https://github.com/fluencelabs/wasm-bindgen synced 2025-04-05 03:41:05 +00:00
wasm-bindgen/crates/macro/ui-tests/non-public-function.stderr
2019-09-20 11:50:39 -07:00

8 lines
176 B
Plaintext

error: can only #[wasm_bindgen] public functions
--> $DIR/non-public-function.rs:4:1
|
4 | fn foo() {}
| ^^^^^^^^^^^
error: could not compile `wasm-bindgen-macro-tests`.