mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-04-02 18:31:05 +00:00
14 lines
322 B
Plaintext
14 lines
322 B
Plaintext
error: the start function cannot have arguments
|
|
--> $DIR/start-function.rs:7:13
|
|
|
|
|
7 | pub fn foo2(x: u32) {}
|
|
| ^^^^^^
|
|
|
|
error: the start function cannot have generics
|
|
--> $DIR/start-function.rs:10:12
|
|
|
|
|
10 | pub fn foo3<T>() {}
|
|
| ^^^
|
|
|
|
error: could not compile `wasm-bindgen-macro-tests`.
|