rust/tests/ui/suggestions/js-style-comparison-op-sepa...

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

6 lines
94 B
Rust
Raw Normal View History

fn main() {
if 1 == = 1 { //~ ERROR expected expression
println!("yup!");
}
}