diff options
Diffstat (limited to 'tests/expectations/tests/template-param-usage-13.rs')
-rw-r--r-- | tests/expectations/tests/template-param-usage-13.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/expectations/tests/template-param-usage-13.rs b/tests/expectations/tests/template-param-usage-13.rs index 10e45ed1..0d850c7b 100644 --- a/tests/expectations/tests/template-param-usage-13.rs +++ b/tests/expectations/tests/template-param-usage-13.rs @@ -14,7 +14,7 @@ pub struct BaseIgnoresT { pub struct CrtpUsesU<U> { pub _base: BaseIgnoresT, pub usage: U, - _phantom_0: ::std::marker::PhantomData<::std::cell::UnsafeCell<U>>, + pub _phantom_0: ::std::marker::PhantomData<::std::cell::UnsafeCell<U>>, } impl <U> Default for CrtpUsesU<U> { fn default() -> Self { unsafe { ::std::mem::zeroed() } } |