]> git.lizzy.rs Git - rust.git/commit
Merge #6489
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>
Sat, 7 Nov 2020 03:59:36 +0000 (03:59 +0000)
committerGitHub <noreply@github.com>
Sat, 7 Nov 2020 03:59:36 +0000 (03:59 +0000)
commitfa03bfb115f49a681fb1ea6a9ea1209c847ac0be
tree0985f4d70612cf6abb1e5d822d43fe9ae3cbb54f
parented9f8d53bc6f779ec006141e1f99e25d8ce4427d
parentffc5f4cf2b3959c38e5fa9830a11e5a6c4dfd57e
Merge #6489

6489: Textmate grammar: Precedence fixes r=dustypomerleau a=dustypomerleau

- prevent `pat` from matching before `path` in metavariable types
- reduce the precedence of math operators so that assignment operators match correctly

Co-authored-by: Dusty Pomerleau <dustypomerleau@users.noreply.github.com>