rust/tests/ui/parser/issues/issue-32446.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
106 B
Rust
Raw Normal View History

fn main() {}
// This used to end up in an infite loop trying to bump past EOF.
trait T { ... } //~ ERROR