Sign in
fuchsia
/
third_party
/
rust
/
6f4d0bdde85f9e2a0e61bb3e16d407540ddc09ba
/
.
/
tests
/
ui
/
trait-bounds
/
maybe-bound-has-path-args.rs
blob: e5abcae5d219b92b8c4e175d38f67fce003bbee2 [
file
]
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
()
{}