]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/issue-32446.rs
Auto merge of #56534 - xfix:copied, r=@SimonSapin
[rust.git] / src / test / ui / parser / issue-32446.rs
1 // compile-flags: -Z parse-only
2
3 fn main() {}
4
5 // This used to end up in an infite loop trying to bump past EOF.
6 trait T { ... } //~ ERROR