This website requires JavaScript.
Explore
Help
Sign in
bjoernager
/
rust
Watch
1
Fork
You've already forked rust
0
Code
Activity
14e59bb317
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
(
)
{
}
Copy permalink