Sign in
android
/
toolchain
/
rustc
/
43f0694b1feb1296004d84509e01177159e71be0
/
.
/
src
/
test
/
ui
/
issues
/
issue-22471.rs
blob: befccc19bf8ef1919b0644c8c1d8e39457202457 [
file
] [
log
] [
blame
]
// build-pass (FIXME(62277): could be check-pass?)
#![
allow
(
dead_code
)]
#![
allow
(
type_alias_bounds
)]
type
Foo
<
T
>
where T
:
Copy
=
Box
<
T
>;
fn
main
(){}