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

3 lines
75 B
Rust
Raw Normal View History

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