This website requires JavaScript.
Explore
Help
Sign in
mathieu
/
granite-rust
Watch
1
Star
0
Fork
You've already forked granite-rust
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
0e9b465d72
Branches
Tags
No results found.
granite-rust
/
src
/
test
/
run-pass
/
artificial-block.rs
4 lines
73 B
Rust
Raw
Normal View
History
Unescape
Escape
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
fn
f
(
)
->
isize
{
{
return
3
;
}
}
Reformat source tree (minus a couple tests that are still grumpy).
2011-06-15 11:19:50 -07:00
Use `assert_eq!` instead of `assert!` in tests
2015-06-07 21:00:38 +03:00
pub
fn
main
(
)
{
assert_eq!
(
f
(
)
,
3
)
;
}
Reference in a new issue
Copy permalink