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
/
error-codes
/
E0437.rs
blob: f8c15007d4ee518be05f83e882700557837e2c4a (
plain
)
1
2
3
4
5
6
7
8
trait
Foo
{}
impl
Foo
for
i32
{
type
Bar
=
bool
;
//~ ERROR E0437
}
fn
main
()
{
}