index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
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
()
{}