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
/
E0109.rs
blob: 2e382564962915a76b6ce2271e523fcb4cbb41e3 (
plain
)
1
2
3
4
type
X
=
u32
<
i32
>
;
//~ ERROR E0109
fn
main
()
{
}