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 111e9bc commit b946d06Copy full SHA for b946d06
library/core/src/marker/variance.rs
@@ -18,7 +18,7 @@ macro_rules! phantom_type {
18
pub struct $name:ident <$t:ident> ($($inner:tt)*);
19
)*) => {$(
20
$(#[$attr])*
21
- pub struct $name<$t>($($inner)*) where T: ?Sized;
+ pub struct $name<$t>($($inner)*) where $t: ?Sized;
22
23
impl<T> $name<T>
24
where T: ?Sized
0 commit comments