2024-10-30 02:28:37 +00:00
|
|
|
trait Trait {}
|
|
|
|
|
|
|
|
|
|
fn test<T: ?self::<i32>::Trait>() {}
|
2024-10-27 00:16:44 +00:00
|
|
|
//~^ ERROR type arguments are not allowed on module `maybe_bound_has_path_args`
|
2025-01-21 09:17:40 +00:00
|
|
|
//~| ERROR relaxing a default bound only does something for `?Sized`
|
2024-10-30 02:28:37 +00:00
|
|
|
|
|
|
|
|
fn main() {}
|