mirror of
https://github.com/rustwasm/wasm-bindgen.git
synced 2024-12-16 22:11:45 +03:00
d4297ad2d3
This has now been stabilized!
9 lines
162 B
Plaintext
9 lines
162 B
Plaintext
error: can only #[wasm_bindgen] public functions
|
|
--> $DIR/non-public-function.rs:6:1
|
|
|
|
|
6 | fn foo() {}
|
|
| ^^^^^^^^^^^
|
|
|
|
error: aborting due to previous error
|
|
|