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-30 18:53:39 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
4f958a4802
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 21:54:25 +00:00
// run-pass
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
fn
f
(
)
->
isize
{
{
return
3
;
}
}
Reformat source tree (minus a couple tests that are still grumpy).
2011-06-15 18:19:50 +00:00
Use `assert_eq!` instead of `assert!` in tests
2015-06-07 18:00:38 +00:00
pub
fn
main
(
)
{
assert_eq!
(
f
(
)
,
3
)
;
}
Reference in New Issue
Copy Permalink