]> git.lizzy.rs Git - rust.git/blob - src/test/ui/rfc-2091-track-caller/error-odd-syntax.rs
Pin panic-in-drop=abort test to old pass manager
[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() {}