This website requires JavaScript.
Explore
Help
Sign in
bjoernager
/
rust
Watch
1
Fork
You've already forked rust
0
Code
Activity
b6d522a101
rust
/
src
/
test
/
ui
/
feature-gates
/
feature-gate-custom_test_frameworks.rs
4 lines
93 B
Rust
Raw
Normal View
History
Unescape
Escape
Move #[test_case] to a syntax extension
2018-09-02 09:03:24 -07:00
#![
test_runner(main)
]
//~ ERROR custom test frameworks are an unstable feature
Introduce Custom Test Frameworks
2018-07-20 18:04:02 -07:00
fn
main
(
)
{
}
Copy permalink