This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
b994148714
rust
/
tests
/
run-pass
/
panic
/
overflowing-lsh-neg.rs
6 lines
71 B
Rust
Raw
Normal View
History
Unescape
Escape
fix for const-prop lint changes
2020-02-21 03:28:24 -06:00
#![
allow(arithmetic_overflow)
]
fix and expand panic tests
2019-11-29 06:18:54 -06:00
fn
main
(
)
{
let
_n
=
2
i64
<
<
-
1
;
}
Reference in New Issue
Copy Permalink