11 lines
270 B
Plaintext
11 lines
270 B
Plaintext
error: `main` function is not allowed to be `#[track_caller]`
|
|
--> $DIR/error-with-main.rs:1:1
|
|
|
|
|
LL | #[track_caller]
|
|
| ^^^^^^^^^^^^^^^
|
|
LL | fn main() {
|
|
| --------- `main` function is not allowed to be `#[track_caller]`
|
|
|
|
error: aborting due to previous error
|
|
|