summaryrefslogtreecommitdiffstats
path: root/tests/ui/rfcs/rfc-2091-track-caller/error-odd-syntax.stderr
blob: e22d812c8b038bc170bd07f18ce3295d732d3728 (plain)
1
2
3
4
5
6
7
8
error: malformed `track_caller` attribute input
  --> $DIR/error-odd-syntax.rs:1:1
   |
LL | #[track_caller(1)]
   | ^^^^^^^^^^^^^^^^^^ help: must be of the form: `#[track_caller]`

error: aborting due to 1 previous error