We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6acdea4 commit 738baa7Copy full SHA for 738baa7
src/librustc/ty/mod.rs
@@ -600,7 +600,7 @@ impl<'tcx> rustc_serialize::UseSpecializedDecodable for Ty<'tcx> {}
600
pub type CanonicalTy<'tcx> = Canonical<'tcx, Ty<'tcx>>;
601
602
extern {
603
- /// A dummy type used to force List to be unsized while not requiring references to it be wide
+ /// A dummy type used to force `List` to be unsized while not requiring references to it be wide
604
/// pointers.
605
type OpaqueListContents;
606
}
0 commit comments