mirror of
https://github.com/rustwasm/wasm-bindgen.git
synced 2024-12-16 14:02:06 +03:00
9 lines
162 B
Plaintext
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
|
|
|