rust/tests/ui/nll/continue-after-missing-main.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
329 B
Plaintext
Raw Normal View History

error[E0601]: `main` function not found in crate `continue_after_missing_main`
2022-04-01 12:13:25 -05:00
--> $DIR/continue-after-missing-main.rs:29:2
|
LL | }
| ^ consider adding a `main` function to `$DIR/continue-after-missing-main.rs`
error: aborting due to previous error
For more information about this error, try `rustc --explain E0601`.