diff options
| author | bors <bors@rust-lang.org> | 2022-12-04 16:32:21 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2022-12-04 16:32:21 +0000 |
| commit | 0f0d5d716a00c1f29cfbf240e12bdccc4f9b9a94 (patch) | |
| tree | 08b993d10f961e796a2033ffeb1887ed728cf346 /compiler/rustc_errors | |
| parent | 19c250aa1231f1e1b0953829e999e4862961207d (diff) | |
| parent | d0335c399fe2d4fa1059386f8b4c532512646fc2 (diff) | |
| download | rust-0f0d5d716a00c1f29cfbf240e12bdccc4f9b9a94.tar.gz rust-0f0d5d716a00c1f29cfbf240e12bdccc4f9b9a94.zip | |
Auto merge of #105261 - matthiaskrgr:rollup-9ghhc9c, r=matthiaskrgr
Rollup of 6 pull requests Successful merges: - #101975 (Suggest to use . instead of :: when accessing a method of an object) - #105141 (Fix ICE on invalid variable declarations in macro calls) - #105224 (Properly substitute inherent associated types.) - #105236 (Add regression test for #47814) - #105247 (Use parent function WfCheckingContext to check RPITIT.) - #105253 (Update a couple of rustbuild deps) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
Diffstat (limited to 'compiler/rustc_errors')
| -rw-r--r-- | compiler/rustc_errors/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_errors/src/lib.rs b/compiler/rustc_errors/src/lib.rs index 6176120b301..eb0506c459a 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) {} |
