rust/tests/ui/rfc-2091-track-caller/error-with-main.stderr
2023-01-11 09:32:08 +00:00

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