blob: 21f7fd92e80da1fb88157fa46117557999dae277 [file] [log] [blame]
trait Foo {
type Bar<T>;
}
fn bar(x: &dyn Foo) {} //~ ERROR the trait `Foo` cannot be made into an object
fn main() {}