blob: 2b66df046001306b8885b0ca6e6fe6bd37e50b96 [file] [log] [blame]
//! Regression test for https://github.com/rust-lang/rust/issues/14366
fn main() {
let _x = "test" as &dyn (::std::any::Any);
//~^ ERROR the size for values of type
}