wasm-bindgen/crates/macro/ui-tests/start-function.stderr
2019-11-06 09:15:51 -08:00

12 lines
268 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>() {}
| ^^^