diff options
| author | Michael Goulet <michael@errs.io> | 2024-05-11 13:51:25 -0400 | 
|---|---|---|
| committer | Michael Goulet <michael@errs.io> | 2024-05-11 18:20:00 -0400 | 
| commit | 0a8f33830c1ff5607ab731bc40b07fd0a15edfd8 (patch) | |
| tree | b8c918867e3db182334c0891a662d4a940837bef /compiler/rustc_errors/src/diagnostic_impls.rs | |
| parent | 0d4dca2b8225a5ed9af715de5c2a07f63fadb26f (diff) | |
| download | rust-0a8f33830c1ff5607ab731bc40b07fd0a15edfd8.tar.gz rust-0a8f33830c1ff5607ab731bc40b07fd0a15edfd8.zip | |
Uplift `NormalizesTo`, `CoercePredicate`, and `SubtypePredicate`
Diffstat (limited to 'compiler/rustc_errors/src/diagnostic_impls.rs')
| -rw-r--r-- | compiler/rustc_errors/src/diagnostic_impls.rs | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/compiler/rustc_errors/src/diagnostic_impls.rs b/compiler/rustc_errors/src/diagnostic_impls.rs index 60a2f5469fe..2cc0167dbaa 100644 --- a/compiler/rustc_errors/src/diagnostic_impls.rs +++ b/compiler/rustc_errors/src/diagnostic_impls.rs @@ -100,8 +100,6 @@ impl<I: rustc_type_ir::Interner> IntoDiagArg for rustc_type_ir::TraitRef<I> { } } - - impl<I: rustc_type_ir::Interner> IntoDiagArg for rustc_type_ir::ExistentialTraitRef<I> { fn into_diag_arg(self) -> DiagArgValue { self.to_string().into_diag_arg() | 
