1 2 3 4 5 6 7
// { dg-options "-w" } #[lang = "sized"] pub trait Sized {} fn test<T>(x: *mut T) { let x = x as *mut u8; }