rust/tests/ui/attributes/main-removed-1.rs

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

3 lines
75 B
Rust
Raw Normal View History

#[main] //~ ERROR cannot find attribute `main` in this scope
fn main() {}