This website requires JavaScript.
Explore
Help
Sign in
bjoernager
/
rust
Watch
1
Fork
You've already forked rust
0
Code
Issues
Pull requests
Activity
e53d6dd35b
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-27 00:54:25 +03:00
// run-pass
check-fast fallout from removing export, r=burningtree
2013-02-01 19:43:17 -08: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-25 17:06:52 -07:00
let
i
:
isize
=
if
false
{
panic!
(
)
}
else
{
5
}
;
Remove libdebug and update tests.
2014-10-14 21:07:11 -04:00
println!
(
"
{}
"
,
i
)
;
Register snapshots and switch logging over to use of log_full or #error / #debug.
2011-12-22 14:42:52 -08:00
}
Reference in a new issue
Copy permalink