2018-09-02 11:03:24 -05:00
|
|
|
error[E0658]: custom test frameworks are an unstable feature (see issue #50297)
|
2018-12-25 09:56:47 -06:00
|
|
|
--> $DIR/feature-gate-custom_test_frameworks.rs:1:1
|
2018-07-20 20:04:02 -05:00
|
|
|
|
|
2018-09-02 11:03:24 -05:00
|
|
|
LL | #![test_runner(main)] //~ ERROR custom test frameworks are an unstable feature
|
2018-07-20 20:04:02 -05:00
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
|
= help: add #![feature(custom_test_frameworks)] to the crate attributes to enable
|
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0658`.
|