]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/issue-32446.rs
Merge commit '03f01bbe901d60b71cf2c5ec766aef5e532ab79d' into update_cg_clif-2020...
[rust.git] / src / test / ui / parser / issue-32446.rs
1 fn main() {}
2
3 // This used to end up in an infite loop trying to bump past EOF.
4 trait T { ... } //~ ERROR