index
:
rustc
debian
progress-linux
upstream
debian 12 backports: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
test
/
ui
/
issues
/
issue-18183.rs
blob: 64476d1c109993b36fa690944f4f075f3d6c1a31 (
plain
)
1
2
3
pub
struct
Foo
<
Bar
=
Bar
>
(
Bar
);
//~ ERROR E0128
pub
struct
Baz
(
Foo
);
fn
main
()
{}