mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-03 04:04:06 +00:00
41e8d152dc
Co-authored-by: Adrian <adrian.iosdev@gmail.com>
9 lines
223 B
Plaintext
9 lines
223 B
Plaintext
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
|
|
|