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-27 01:04:03 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
698fcc8219
rust
/
tests
/
ui
/
expr
/
if-bot.rs
7 lines
107 B
Rust
Raw
Normal View
History
Unescape
Escape
tests: Add missing run-pass annotations
2019-07-26 21:54:25 +00:00
// run-pass
check-fast fallout from removing export, r=burningtree
2013-02-02 03:43:17 +00:00
pub
fn
main
(
)
{
Mass rename uint/int to usize/isize Now that support has been removed, all lingering use cases are renamed.
2015-03-26 00:06:52 +00:00
let
i
:
isize
=
if
false
{
panic!
(
)
}
else
{
5
}
;
Remove libdebug and update tests.
2014-10-15 01:07:11 +00:00
println!
(
"
{}
"
,
i
)
;
Register snapshots and switch logging over to use of log_full or #error / #debug.
2011-12-22 22:42:52 +00:00
}
Reference in New Issue
Copy Permalink