mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-03 07:04:49 +00:00
add unresolved-assoc-item diagnostic
This commit is contained in:
parent
cf52c4b2b3
commit
5878651e7e
6 changed files with 74 additions and 1 deletions
|
@ -218,6 +218,9 @@ pub enum InferenceDiagnostic {
|
|||
/// Contains the type the field resolves to
|
||||
field_with_same_name: Option<Ty>,
|
||||
},
|
||||
UnresolvedAssocItem {
|
||||
id: ExprOrPatId,
|
||||
},
|
||||
// FIXME: This should be emitted in body lowering
|
||||
BreakOutsideOfLoop {
|
||||
expr: ExprId,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue