blob: e5abcae5d219b92b8c4e175d38f67fce003bbee2 [file] [log] [blame]
trait Trait {}
fn test<T: ?self::<i32>::Trait>() {}
//~^ ERROR type arguments are not allowed on module `maybe_bound_has_path_args`
//~| ERROR relaxing a default bound only does something for `?Sized`
fn main() {}