diff options
Diffstat (limited to 'vendor/wasm-bindgen-macro/ui-tests/main-debug.stderr')
-rw-r--r-- | vendor/wasm-bindgen-macro/ui-tests/main-debug.stderr | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/vendor/wasm-bindgen-macro/ui-tests/main-debug.stderr b/vendor/wasm-bindgen-macro/ui-tests/main-debug.stderr new file mode 100644 index 000000000..2b3c670ec --- /dev/null +++ b/vendor/wasm-bindgen-macro/ui-tests/main-debug.stderr @@ -0,0 +1,5 @@ +error: the main function has to be called main + --> ui-tests/main-debug.rs:18:4 + | +18 | fn fail() {} + | ^^^^ |