Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
src
/
tools
/
rustfmt
/
tests
/
source
/
issue_5721.rs
blob: e5ae9612c9823687e196672f256ebfaae1093a69 [
file
] [
log
] [
blame
] [
edit
]
#![
feature
(
non_lifetime_binders
)]
#![
allow
(
incomplete_features
)]
trait
Other
<
U
:
?
Sized
>
{}
trait
Trait
<
U
>
where
for
<
T
>
U
:
Other
<
T
>
{}