This website requires JavaScript.
Explore
Help
Sign in
bjoernager
/
rust
Watch
1
Fork
You've already forked rust
0
Code
Activity
d76e168f01
rust
/
tests
/
ui
/
error-codes
/
E0601.rs
2 lines
36 B
Rust
Raw
Normal View
History
Unescape
Escape
Provide a span if main function is not present in crate Unfortunately, the diagnotic machinery does not cope well with an empty span which can happen if the crate is empty, in which case we merely set a spanless note.
2019-09-08 13:06:49 -04:00
//~ ERROR `main` function not found
Copy permalink