]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/issue-32446.rs
Rollup merge of #57107 - mjbshaw:thread_local_test, r=nikomatsakis
[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