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 2382a7a commit c6a4a01Copy full SHA for c6a4a01
examples/kernel_ptr.rs
@@ -33,7 +33,7 @@ where
33
F::Type: 'a + Sized,
34
{
35
type Output<'b>
36
- = Ptr<'a, F::Type>
+ = Ptr<'b, F::Type>
37
where
38
Self: 'b;
39
0 commit comments