Sign in
rust
/
rust
/
08cd08fbef8c6663b052d8d9e4930d5696cbb8a7
/
.
/
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
(){}