Files
rust/tests/ui/missing/missing-main.rs

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

2 lines
74 B
Rust
Raw Normal View History

fn mian() { } //~ ERROR `main` function not found in crate `missing_main`