]> git.lizzy.rs Git - rust.git/blob - src/test/ui/rfc-2091-track-caller/error-with-start.stderr
Rollup merge of #94577 - RalfJung:simd-miri, r=scottmcm
[rust.git] / src / test / ui / rfc-2091-track-caller / error-with-start.stderr
1 error: `start` is not allowed to be `#[track_caller]`
2   --> $DIR/error-with-start.rs:4:1
3    |
4 LL | #[track_caller]
5    | ^^^^^^^^^^^^^^^
6 LL | fn start(_argc: isize, _argv: *const *const u8) -> isize {
7    | -------------------------------------------------------- `start` is not allowed to be `#[track_caller]`
8
9 error: aborting due to previous error
10