2018-08-08 07:28:26 -05:00
|
|
|
error[E0658]: use of unstable library feature 'unstable_test_feature'
|
2018-12-25 09:56:47 -06:00
|
|
|
--> $DIR/lint-output-format.rs:6:1
|
2018-08-08 07:28:26 -05:00
|
|
|
|
|
2019-03-09 06:03:44 -06:00
|
|
|
LL | extern crate lint_output_format;
|
2018-08-08 07:28:26 -05:00
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
2019-07-09 04:32:08 -05:00
|
|
|
= help: add `#![feature(unstable_test_feature)]` to the crate attributes to enable
|
2018-08-08 07:28:26 -05:00
|
|
|
|
2022-07-15 12:22:36 -05:00
|
|
|
error[E0658]: use of unstable library feature 'unstable_test_feature'
|
|
|
|
--> $DIR/lint-output-format.rs:7:26
|
|
|
|
|
|
|
|
|
LL | use lint_output_format::{foo, bar};
|
|
|
|
| ^^^
|
|
|
|
|
|
|
|
|
= help: add `#![feature(unstable_test_feature)]` to the crate attributes to enable
|
|
|
|
|
2018-08-08 07:28:26 -05:00
|
|
|
error[E0658]: use of unstable library feature 'unstable_test_feature'
|
2018-12-25 09:56:47 -06:00
|
|
|
--> $DIR/lint-output-format.rs:7:31
|
2018-08-08 07:28:26 -05:00
|
|
|
|
|
2019-03-09 06:03:44 -06:00
|
|
|
LL | use lint_output_format::{foo, bar};
|
2018-08-08 07:28:26 -05:00
|
|
|
| ^^^
|
|
|
|
|
|
2019-07-09 04:32:08 -05:00
|
|
|
= help: add `#![feature(unstable_test_feature)]` to the crate attributes to enable
|
2018-08-08 07:28:26 -05:00
|
|
|
|
|
|
|
error[E0658]: use of unstable library feature 'unstable_test_feature'
|
2022-07-15 12:22:36 -05:00
|
|
|
--> $DIR/lint-output-format.rs:12:14
|
2018-08-08 07:28:26 -05:00
|
|
|
|
|
2019-03-09 06:03:44 -06:00
|
|
|
LL | let _y = bar();
|
2018-08-08 07:28:26 -05:00
|
|
|
| ^^^
|
|
|
|
|
|
2019-07-09 04:32:08 -05:00
|
|
|
= help: add `#![feature(unstable_test_feature)]` to the crate attributes to enable
|
2018-08-08 07:28:26 -05:00
|
|
|
|
2022-07-15 12:22:36 -05:00
|
|
|
error: aborting due to 4 previous errors
|
2018-08-08 07:28:26 -05:00
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0658`.
|