mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 14:21:44 +00:00
Fix missing match arms
This commit is contained in:
parent
f43edb2151
commit
a838a60caa
5 changed files with 23 additions and 3 deletions
|
@ -81,6 +81,7 @@ pub(crate) fn trait_solve_query(
|
|||
db.trait_data(it.hir_trait_id()).name.to_string()
|
||||
}
|
||||
DomainGoal::Holds(WhereClause::AliasEq(_)) => "alias_eq".to_string(),
|
||||
_ => "??".to_string(),
|
||||
});
|
||||
log::info!("trait_solve_query({})", goal.value.goal.display(db));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue