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