rust/src/test/ui/error-codes/E0601.stderr

8 lines
244 B
Plaintext
Raw Normal View History

error[E0601]: `main` function not found in crate `E0601`
|
= note: consider adding a `main` function to `$DIR/E0601.rs`
error: aborting due to previous error
If you want more information on this error, try using "rustc --explain E0601"