2019-07-05 17:58:52 -05:00
|
|
|
error[E0658]: use of unstable library feature 'custom_test_frameworks': custom test frameworks are an unstable feature
|
|
|
|
--> $DIR/feature-gate-custom_test_frameworks.rs:3:1
|
|
|
|
|
|
|
|
|
LL | #[test_case]
|
|
|
|
| ^^^^^^^^^^^^
|
|
|
|
|
|
|
|
|
= note: for more information, see https://github.com/rust-lang/rust/issues/50297
|
|
|
|
= help: add #![feature(custom_test_frameworks)] to the crate attributes to enable
|
|
|
|
|
2019-04-10 18:40:12 -05:00
|
|
|
error[E0658]: custom test frameworks are an unstable feature
|
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
|
|
|
|
|
2019-03-09 06:03:44 -06:00
|
|
|
LL | #![test_runner(main)]
|
2018-07-20 20:04:02 -05:00
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
2019-04-11 13:42:06 -05:00
|
|
|
= note: for more information, see https://github.com/rust-lang/rust/issues/50297
|
2018-07-20 20:04:02 -05:00
|
|
|
= help: add #![feature(custom_test_frameworks)] to the crate attributes to enable
|
|
|
|
|
2019-07-05 17:58:52 -05:00
|
|
|
error: aborting due to 2 previous errors
|
2018-07-20 20:04:02 -05:00
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0658`.
|