]> git.lizzy.rs Git - rust.git/commit
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)
commit4e8f7e4fc9d7849227f96cd55e46c0337c3fc416
tree879e24873d1bd19b282a2168faedfaf933cab8c0
parent5ff6cdca7ec664c7f96653e6c028b524757d60c4
parentc5688794e2c3bb94f93e37a4f77576ac0d86a14e
Rollup merge of #107425 - clubby789:match-range-missing-space, r=compiler-errors

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