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
f2975810a5
rust
/
tests
/
ui
/
artificial-block.rs
6 lines
86 B
Rust
Raw
Normal View
History
Unescape
Escape
tests: Add missing run-pass annotations
2019-07-26 16:54:25 -05:00
// run-pass
Mass rename uint/int to usize/isize Now that support has been removed, all lingering use cases are renamed.
2015-03-25 19:06:52 -05:00
fn
f
(
)
->
isize
{
{
return
3
;
}
}
Reformat source tree (minus a couple tests that are still grumpy).
2011-06-15 13:19:50 -05:00
Use `assert_eq!` instead of `assert!` in tests
2015-06-07 13:00:38 -05:00
pub
fn
main
(
)
{
assert_eq!
(
f
(
)
,
3
)
;
}
Reference in New Issue
Copy Permalink