mirror of
https://github.com/rustwasm/wasm-bindgen.git
synced 2025-01-07 13:43:03 +03:00
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() {}
|
|
| ^^^^^^^^^^^
|