]> git.lizzy.rs Git - rust.git/blob - src/test/ui/attributes/main-removed-1.stderr
Merge commit '35d9c6bf256968e1b40e0d554607928bdf9cebea' into sync_cg_clif-2022-02-23
[rust.git] / src / test / ui / attributes / main-removed-1.stderr
1 error: cannot find attribute `main` in this scope
2   --> $DIR/main-removed-1.rs:1:3
3    |
4 LL | #[main]
5    |   ^^^^
6    |
7    = note: `main` is in scope, but it is a function, not an attribute
8
9 error: aborting due to previous error
10