From fb004e9a95793b7672d55b2984d65d4ac00a3cfc Mon Sep 17 00:00:00 2001 From: yukang Date: Sun, 18 Sep 2022 15:35:21 +0800 Subject: fix #101749, use . instead of :: when accessing a method of an object --- compiler/rustc_errors/src/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'compiler/rustc_errors') diff --git a/compiler/rustc_errors/src/lib.rs b/compiler/rustc_errors/src/lib.rs index f8747386c04..649165f5557 100644 --- a/compiler/rustc_errors/src/lib.rs +++ b/compiler/rustc_errors/src/lib.rs @@ -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) {} -- cgit 1.4.1-3-g733a5