1
0
mirror of https://github.com/fluencelabs/wasm-bindgen synced 2025-04-02 18:31:05 +00:00
wasm-bindgen/crates/macro/ui-tests/non-public-function.stderr
2019-01-02 08:35:05 -08:00

9 lines
162 B
Plaintext

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