blob: 600dba03b74b97c9d04b2134d8d9671f68f1115c [file] [log] [blame]
//@ aux-build: rpitit.rs
extern crate rpitit;
fn main() {
let _: &dyn rpitit::Foo = todo!();
//~^ ERROR the trait `Foo` cannot be made into an object
}