1
Fork 0
rust/src/test/ui/feature-gates/feature-gate-custom_test_frameworks.rs

4 lines
93 B
Rust
Raw Normal View History

#![test_runner(main)] //~ ERROR custom test frameworks are an unstable feature
2018-07-20 18:04:02 -07:00
fn main() {}