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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
ui
/
lint
/
deny-overflowing-literals.rs
blob: ebd6654d39b1f7aae97380983600c1c0b38aa93b (
plain
)
1
2
3
4
fn main() { let x: u8 = 256; //~^ error: literal out of range for u8 }