]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issues/issue-14366.rs
Require Drop impls to have the same constness on its bounds as the bounds on the...
[rust.git] / src / test / 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 }