Sign in
rust
/
rust
/
af302a67fdc508cfd08ee22facb96bcf0e5bf831
/
.
/
tests
/
ui
/
issues
/
issue-22471.rs
blob: a983fec05c865dd96c0310286f5b0695507c4385 [
file
]
//@ check-pass
#![
allow
(
dead_code
)]
#![
allow
(
type_alias_bounds
)]
type
Foo
<
T
>
where T
:
Copy
=
Box
<
T
>;
fn
main
(){}