]> git.lizzy.rs Git - rust.git/blob - src/test/ui/attributes/main-removed-1.rs
Auto merge of #103600 - compiler-errors:early-binder-nits, r=spastorino
[rust.git] / src / test / ui / attributes / main-removed-1.rs
1 #[main]  //~ ERROR cannot find attribute `main` in this scope
2 fn main() {}