mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-03 07:04:49 +00:00
feat: add assoc func quickfix for unresolved_method
diagnostic
This commit is contained in:
parent
34df29620a
commit
69410bb488
5 changed files with 139 additions and 9 deletions
|
@ -217,6 +217,7 @@ pub enum InferenceDiagnostic {
|
|||
name: Name,
|
||||
/// Contains the type the field resolves to
|
||||
field_with_same_name: Option<Ty>,
|
||||
assoc_func_with_same_name: Option<AssocItemId>,
|
||||
},
|
||||
// FIXME: This should be emitted in body lowering
|
||||
BreakOutsideOfLoop {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue