]> git.lizzy.rs Git - rust.git/blob - tests/ui/issues/issue-14366.rs
Auto merge of #106827 - alexcrichton:update-llvm-to-15.0.7, r=cuviper
[rust.git] / tests / ui / issues / issue-14366.rs
1 fn main() {
2     let _x = "test" as &dyn (::std::any::Any);
3     //~^ ERROR the size for values of type
4 }