fix #101749, use . instead of :: when accessing a method of an object
This commit is contained in:
parent
28a53cdb46
commit
fb004e9a95
15 changed files with 218 additions and 66 deletions
|
@ -470,6 +470,7 @@ pub enum StashKey {
|
|||
/// Maybe there was a typo where a comma was forgotten before
|
||||
/// FRU syntax
|
||||
MaybeFruTypo,
|
||||
CallAssocMethod,
|
||||
}
|
||||
|
||||
fn default_track_diagnostic(_: &Diagnostic) {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue