]> git.lizzy.rs Git - rust.git/blob - src/test/ui/attributes/main-removed-1.stderr
Add 'src/tools/rust-analyzer/' from commit '977e12a0bdc3e329af179ef3a9d466af9eb613bb'
[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