Sign in
fuchsia
/
third_party
/
rust
/
b3827e4f3728b77bd3e60587487ebfc3cc8d901b
/
.
/
tests
/
ui
/
trait-bounds
/
maybe-bound-has-path-args.rs
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
()
{}