]> git.lizzy.rs Git - rust.git/blob - tests/ui/macros/issue-21356.rs
Rollup merge of #106715 - BoxyUwU:new_solver_triagebot, r=lcnr
[rust.git] / tests / ui / macros / issue-21356.rs
1 #![allow(unused_macros)]
2
3 macro_rules! test { ($wrong:t_ty ..) => () }
4                   //~^ ERROR: invalid fragment specifier `t_ty`
5
6 fn main() {}