// run-pass trait Foo { type T; } // should be able to use a trait with an associated type without specifying it as an argument trait Bar { fn bar(foo: &F); } pub fn main() { }