]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/issue-32446.rs
Rollup merge of #57004 - nnethercote:TS-change-Stream, r=petrochenkov
[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