]> git.lizzy.rs Git - rust.git/blob - tests/ui/rfc-2091-track-caller/error-odd-syntax.stderr
Rollup merge of #106692 - eggyal:mv-binary_heap.rs-binary_heap/mod.rs, r=Mark-Simulacrum
[rust.git] / tests / ui / rfc-2091-track-caller / error-odd-syntax.stderr
1 error: malformed `track_caller` attribute input
2   --> $DIR/error-odd-syntax.rs:1:1
3    |
4 LL | #[track_caller(1)]
5    | ^^^^^^^^^^^^^^^^^^ help: must be of the form: `#[track_caller]`
6
7 error: aborting due to previous error
8