Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
pretty
/
issue-25031.rs
blob: 5874631a2b41f74a4dfac277809a7d1761164e66 [
file
] [
log
] [
blame
] [
edit
]
//
// Testing that type items with where clauses output correctly.
//@ pp-exact
fn
main
()
{
type
Foo
<
T
>
where T
:
Copy
=
Box
<
T
>;
}