This website requires JavaScript.
Explore
Help
Register
Sign In
rust-lang
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
e53d6dd35bb38b81dff4b00497f4c152e9009499
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 New Issue
Copy Permalink