about summary refs log tree commit diff
path: root/src/librustdoc/html
diff options
context:
space:
mode:
authorMichael Goulet <michael@errs.io>2024-05-10 14:59:56 -0400
committerMichael Goulet <michael@errs.io>2024-05-10 15:44:03 -0400
commit1e5ec0a12c73efdd9a492fdc7ab661d90dc5bcf5 (patch)
tree66e59847ede6d7076aeed46190bde0711807c7af /src/librustdoc/html
parent5e606c0bde35564df43a82d7c6ae32ad700c009c (diff)
downloadrust-1e5ec0a12c73efdd9a492fdc7ab661d90dc5bcf5.tar.gz
rust-1e5ec0a12c73efdd9a492fdc7ab661d90dc5bcf5.zip
Lift `TraitRef` into `rustc_type_ir`
Diffstat (limited to 'src/librustdoc/html')
-rw-r--r--src/librustdoc/html/render/mod.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/librustdoc/html/render/mod.rs b/src/librustdoc/html/render/mod.rs
index 075d94bd337..b4e62e39d8d 100644
--- a/src/librustdoc/html/render/mod.rs
+++ b/src/librustdoc/html/render/mod.rs
@@ -52,6 +52,7 @@ use rustc_data_structures::captures::Captures;
 use rustc_data_structures::fx::{FxHashMap, FxHashSet};
 use rustc_hir::def_id::{DefId, DefIdSet};
 use rustc_hir::Mutability;
+use rustc_middle::ty::print::PrintTraitRefExt;
 use rustc_middle::ty::{self, TyCtxt};
 use rustc_session::RustcVersion;
 use rustc_span::{