wasm-bindgen/crates/macro/ui-tests/start-function.stderr

15 lines
311 B
Plaintext
Raw Normal View History

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