rust/tests/ui/attributes/main-removed-1.stderr
2023-01-11 09:32:08 +00:00

11 lines
228 B
Plaintext

error: cannot find attribute `main` in this scope
--> $DIR/main-removed-1.rs:1:3
|
LL | #[main]
| ^^^^
|
= note: `main` is in scope, but it is a function, not an attribute
error: aborting due to previous error