mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 06:51:58 +00:00
11 lines
228 B
Plaintext
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
|
|
|