Sign in
rust
/
rust-lang
/
rust
/
HEAD
/
.
/
tests
/
ui
/
rfcs
/
rfc-2091-track-caller
/
error-odd-syntax.rs
blob: 6f4290e2a5ee955287429fd4b357b8bb5aadc8a7 [
file
] [
log
] [
blame
]
#[
track_caller
(
1
)]
fn
f
()
{}
//~^^ ERROR malformed `track_caller` attribute input
fn
main
()
{}