This website requires JavaScript.
Explore
Help
Sign in
bjoernager
/
rust
Watch
1
Fork
You've already forked rust
0
Code
Activity
0380321e78
rust
/
tests
/
ui
/
artificial-block.rs
6 lines
87 B
Rust
Raw
Normal View
History
Unescape
Escape
[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives
2024-02-16 20:02:50 +00:00
//@ run-pass
tests: Add missing run-pass annotations
2019-07-27 00:54:25 +03:00
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
)
;
}
Copy permalink