This website requires JavaScript.
Explore
Help
Sign In
nordic-dev.net
/
rust
Watch
2
Star
0
Fork
0
You've already forked rust
mirror of
https://github.com/rust-lang/rust.git
synced
2024-11-01 15:01:51 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
43271a39ad
rust
/
src
/
test
/
run-fail
/
panic.rs
5 lines
59 B
Rust
Raw
Normal View
History
Unescape
Escape
Kill more `isize`s
2015-01-31 16:23:42 +00:00
// error-pattern:1 == 2
run rustfmt on test/run-fail folder
2016-05-27 02:39:36 +00:00
fn
main
(
)
{
assert!
(
1
=
=
2
)
;
}
Reference in New Issue
Copy Permalink