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
2025-04-30 12:07:40 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
31ae7c46bd
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 12:18:55 +00:00
// run-pass
Change `xfail` directives in compiletests to `ignore`, closes #11363
2014-02-07 19:08:32 +00:00
// ignore-test Not a test. Used by other tests
Parse file mods from .rs files
2012-11-10 00:31:44 +00:00
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
pub
fn
foo
(
)
->
isize
{
10
}
Reference in New Issue
Copy Permalink