]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #107425 - clubby789:match-range-missing-space, r=compiler-errors
authorMatthias Krüger <matthias.krueger@famsik.de>
Sun, 29 Jan 2023 05:14:20 +0000 (06:14 +0100)
committerGitHub <noreply@github.com>
Sun, 29 Jan 2023 05:14:20 +0000 (06:14 +0100)
Check for missing space between fat arrow and range pattern

Fixes #107420

Ideally we wouldn't emit an error about expecting `=>` etc., but I'm not sure how to recover from this.

`@rustbot` label +A-diagnostics


Trivial merge