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
/
tests
/
ui
/
cast
/
cast-to-nil.rs
blob: 7cd864471dde581b23977d43f2c838e13007e34a (
plain
)
1
fn main() { let u = 0u32 as (); } //~ ERROR non-primitive cast: `u32` as `()`