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.
PhantomData<&'a T>
T: 'a
1 parent d044234 commit 53947adCopy full SHA for 53947ad
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