We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
PhantomData<&'a T>
T: 'a
1 parent 3603a84 commit 3d02aa8Copy full SHA for 3d02aa8
library/core/src/marker.rs
@@ -695,7 +695,7 @@ impl<T: ?Sized> !Sync for *mut T {}
695
/// }
696
/// ```
697
///
698
-/// This also in turn requires the annotation `T: 'a`, indicating
+/// This also in turn infers the lifetime bound `T: 'a`, indicating
699
/// that any references in `T` are valid over the lifetime `'a`.
700
701
/// When initializing a `Slice` you simply provide the value
0 commit comments