blob: bb338860d8b7783242564bf65e597a7acce836a4 [file] [log] [blame]
fn main() {
let _x = "test" as &dyn (::std::any::Any);
//~^ ERROR the size for values of type
}