rust/tests/ui/associated-types/issue-36499.rs

6 lines
79 B
Rust

//@ error-pattern: aborting due to 1 previous error
fn main() {
2 + +2;
}