]> git.lizzy.rs Git - rust.git/blob - src/test/ui/rfc-2091-track-caller/error-odd-syntax.rs
Rollup merge of #99064 - lyming2007:issue-97687-fix, r=estebank
[rust.git] / src / test / ui / rfc-2091-track-caller / error-odd-syntax.rs
1 #[track_caller(1)]
2 fn f() {}
3 //~^^ ERROR malformed `track_caller` attribute input
4
5 fn main() {}