This website requires JavaScript.
Explore
Help
Register
Sign In
rust-lang
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
55b6f649024b372af901b3412a6d36c4284ccf3d
rust
/
tests
/
ui
/
test-attrs
/
issue-20823.rs
6 lines
62 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
syntax: Add #[allow(unstable)] to --test expansion This will temporarily prevent warnings generated from expanding to code that the test harness itself uses. This solution will require tweaking around the beta cycle, but it will prevent spurious warnings for now. Closes #20823
2015-01-09 13:26:21 -08:00
// compile-flags: --test
#[
test
]
Fallout in testing.
2015-03-16 09:00:41 +13:00
pub
fn
foo
(
)
{
}
Reference in New Issue
Copy Permalink