about summary refs log tree commit diff
path: root/compiler/rustc_errors/src
diff options
context:
space:
mode:
authorMichael Goulet <michael@errs.io>2022-10-05 05:35:34 +0000
committerMichael Goulet <michael@errs.io>2022-10-05 06:42:35 +0000
commit66c8c5ad1df9575ec02fe88b525405ba965c8c40 (patch)
tree2307a99c575e0d90d37b2e4d59dab0799e279d29 /compiler/rustc_errors/src
parentd4846f9d03659704af1f6b56bb4278bf843a4627 (diff)
downloadrust-66c8c5ad1df9575ec02fe88b525405ba965c8c40.tar.gz
rust-66c8c5ad1df9575ec02fe88b525405ba965c8c40.zip
Delay function resolution error until typeck
Diffstat (limited to 'compiler/rustc_errors/src')
-rw-r--r--compiler/rustc_errors/src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_errors/src/lib.rs b/compiler/rustc_errors/src/lib.rs
index 7c312da6279..94a493992e5 100644
--- a/compiler/rustc_errors/src/lib.rs
+++ b/compiler/rustc_errors/src/lib.rs
@@ -460,6 +460,7 @@ pub enum StashKey {
     ItemNoType,
     UnderscoreForArrayLengths,
     EarlySyntaxWarning,
+    CallIntoMethod,
 }
 
 fn default_track_diagnostic(_: &Diagnostic) {}