rust/src/test/ui/issues/issue-14366.rs

5 lines
98 B
Rust
Raw Normal View History

2014-10-02 14:52:06 -05:00
fn main() {
let _x = "test" as &::std::any::Any;
2018-07-10 16:10:13 -05:00
//~^ ERROR the size for values of type
2014-10-02 14:52:06 -05:00
}