https://github.com/rust-lang/rust/blob/f6e9485bfc245eb5f10b1f2b0a786538d12d1cb0/src/librustc/traits/object_safety.rs#L473 ```rust /// for `self: Pin<Box<Self>>, this means `Pin<Box<Self>>: DispatchFromDyn<Pin<Box<U>>>` ^ here ``` This causes most of the `TyCtxt` docs to be underlined: 
rust/src/librustc/traits/object_safety.rs
Line 473 in f6e9485
/// for `self: Pin<Box<Self>>, this means `Pin<Box<Self>>: DispatchFromDyn<Pin<Box<U>>>` ^ hereThis causes most of the
TyCtxtdocs to be underlined: