]> git.proxmox.com Git - rustc.git/blob - src/test/ui/parser/issue-32446.rs
New upstream version 1.33.0+dfsg1
[rustc.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