Sign in
fuchsia
/
third_party
/
rust
/
02856110968903bf50a32184db200ccd9b6cc8b6
/
.
/
tests
/
ui
/
issues
/
issue-22471.rs
blob: 69879ab7fdf1bad833f0850ce65cd8232b5da22f [
file
] [
log
] [
blame
]
// check-pass
#![
allow
(
dead_code
)]
#![
allow
(
type_alias_bounds
)]
type
Foo
<
T
>
where T
:
Copy
=
Box
<
T
>;
fn
main
(){}