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

15 lines
316 B
Plaintext
Raw Normal View History

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