mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 06:11:35 +00:00
Update to latest rustc_pattern_analysis
This commit is contained in:
parent
c06ca6cff5
commit
3356ebd255
4 changed files with 25 additions and 29 deletions
|
@ -223,7 +223,7 @@ impl ExprValidator {
|
|||
ValidityConstraint::ValidOnly,
|
||||
) {
|
||||
Ok(report) => report,
|
||||
Err(void) => match void {},
|
||||
Err(()) => return,
|
||||
};
|
||||
|
||||
// FIXME Report unreachable arms
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue