This website requires JavaScript.
Explore
Help
Sign in
bjoernager
/
rust
Watch
1
Fork
You've already forked rust
0
Code
Activity
17d62bcb1d
rust
/
tests
/
ui
/
modules
/
mod_file_aux.rs
5 lines
91 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
//@ ignore-test Not a test. Used by other tests
Parse file mods from .rs files
2012-11-09 16:31:44 -08: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
pub
fn
foo
(
)
->
isize
{
10
}
Copy permalink