Sign in
rust
/
rust
/
342ad0401a16aebfa2e2160a099764168a4fe2f5
/
.
/
src
/
tools
/
rustfmt
/
tests
/
source
/
issue_5721.rs
blob: e5ae9612c9823687e196672f256ebfaae1093a69 [
file
]
#![
feature
(
non_lifetime_binders
)]
#![
allow
(
incomplete_features
)]
trait
Other
<
U
:
?
Sized
>
{}
trait
Trait
<
U
>
where
for
<
T
>
U
:
Other
<
T
>
{}