41e8d152dc
Co-authored-by: Adrian <adrian.iosdev@gmail.com>
10 lines
230 B
Text
10 lines
230 B
Text
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 1 previous error
|
|
|