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-from-nil.rs
blob: 65e1eb31b21b8fd4a05ac916ceba1fb8149a2f50 (
plain
)
1
fn main() { let u = (assert!(true) as u32); } //~ ERROR non-primitive cast: `()` as `u32`