Update src/librustc/ty/mod.rs
Co-Authored-By: Oliver Scherer <github35764891676564198441@oli-obk.de>
This commit is contained in:
parent
6acdea4336
commit
738baa734b
@ -600,7 +600,7 @@ impl<'tcx> rustc_serialize::UseSpecializedDecodable for Ty<'tcx> {}
|
||||
pub type CanonicalTy<'tcx> = Canonical<'tcx, Ty<'tcx>>;
|
||||
|
||||
extern {
|
||||
/// 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
|
||||
/// pointers.
|
||||
type OpaqueListContents;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user