summaryrefslogtreecommitdiffstats
path: root/src/test/ui/rfc-2091-track-caller/error-with-start.stderr
blob: 454c98ff934374efc2091428556592ce078d875e (plain)
1
2
3
4
5
6
7
8
9
10
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