granite-rust/compiler/rustc_parse
bors 3ab6b60337 Auto merge of - inquisitivecrystal:inclusive-range, r=estebank
Add diagnostics for mistyped inclusive range

Inclusive ranges are correctly typed as `..=`. However, it's quite easy to think of it as being like `==`, and type `..==` instead. This PR adds helpful diagnostics for this case.

Resolves  (there are some other cases there, but I think those should probably have separate issues).

r? `@estebank`
2021-07-18 05:58:16 +00:00
..
src Auto merge of - inquisitivecrystal:inclusive-range, r=estebank 2021-07-18 05:58:16 +00:00
Cargo.toml rustc_parse: Remove unused dependency smallvec 2021-06-25 01:12:59 -07:00