mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-03 07:04:49 +00:00
Add tests and only traverse in the crates directory
This commit is contained in:
parent
db67741430
commit
a3b842fb8b
7 changed files with 185 additions and 94 deletions
|
@ -353,6 +353,7 @@ pub(crate) fn match_arm_list(p: &mut Parser) {
|
|||
// fn foo() {
|
||||
// match () {
|
||||
// _ => (),
|
||||
// _ if Test>{field: 0} => (),
|
||||
// X | Y if Z => (),
|
||||
// | X | Y if Z => (),
|
||||
// | X => (),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue