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 26d8b6f commit 9aa7f47Copy full SHA for 9aa7f47
src/librustc/ty/mod.rs
@@ -521,7 +521,7 @@ pub type Ty<'tcx> = &'tcx TyS<'tcx>;
521
impl<'tcx> serialize::UseSpecializedEncodable for Ty<'tcx> {}
522
impl<'tcx> serialize::UseSpecializedDecodable for Ty<'tcx> {}
523
524
-/// A wrapper for slices with the additioanl invariant
+/// A wrapper for slices with the additional invariant
525
/// that the slice is interned and no other slice with
526
/// the same contents can exist in the same context.
527
/// This means we can use pointer + length for both
0 commit comments