1
0
mirror of https://github.com/fluencelabs/wasm-bindgen synced 2025-04-04 11:21:06 +00:00
2019-01-02 08:35:05 -08:00

15 lines
316 B
Plaintext

error: the start function cannot have arguments
--> $DIR/start-function.rs:11:13
|
11 | pub fn foo2(x: u32) {}
| ^^^^^^
error: the start function cannot have generics
--> $DIR/start-function.rs:14:12
|
14 | pub fn foo3<T>() {}
| ^^^
error: aborting due to 2 previous errors