This website requires JavaScript.
Explore
Help
Sign in
bjoernager
/
rust
Watch
1
Fork
You've already forked rust
0
Code
Issues
Pull requests
Activity
5b51a8ef4f
rust
/
tests
/
ui
/
modules
/
mod_file_aux.rs
5 lines
89 B
Rust
Raw
Normal View
History
Unescape
Escape
Add `// run-pass` annotations to all the tests under `ui/run-pass/`. (I may have accidentally added it to some auxilliary crates as well; my emacs-macro-based methodology was pretty crude.)
2018-08-30 14:18:55 +02:00
// run-pass
Change `xfail` directives in compiletests to `ignore`, closes #11363
2014-02-07 20:08:32 +01:00
// 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
}
Reference in a new issue
Copy permalink