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

11 lines
349 B
Plaintext

error: `start` is not allowed to be `#[track_caller]`
--> $DIR/error-with-start.rs:4:1
|
LL | #[track_caller]
| ^^^^^^^^^^^^^^^
LL | fn start(_argc: isize, _argv: *const *const u8) -> isize {
| -------------------------------------------------------- `start` is not allowed to be `#[track_caller]`
error: aborting due to previous error