2018-08-08 12:28:26 +00:00
|
|
|
error[E0658]: use of unstable library feature 'unstable_test_feature'
|
2018-12-25 15:56:47 +00:00
|
|
|
--> $DIR/lint-stability-2.rs:40:13
|
2018-08-08 12:28:26 +00:00
|
|
|
|
|
|
|
|
LL | foo.method_deprecated_unstable();
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
2019-07-09 09:32:08 +00:00
|
|
|
= help: add `#![feature(unstable_test_feature)]` to the crate attributes to enable
|
2024-01-10 06:39:02 +00:00
|
|
|
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
|
2018-08-08 12:28:26 +00:00
|
|
|
|
|
|
|
error[E0658]: use of unstable library feature 'unstable_test_feature'
|
2018-12-25 15:56:47 +00:00
|
|
|
--> $DIR/lint-stability-2.rs:42:9
|
2018-08-08 12:28:26 +00:00
|
|
|
|
|
|
|
|
LL | Foo::method_deprecated_unstable(&foo);
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
2019-07-09 09:32:08 +00:00
|
|
|
= help: add `#![feature(unstable_test_feature)]` to the crate attributes to enable
|
2024-01-10 06:39:02 +00:00
|
|
|
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
|
2018-08-08 12:28:26 +00:00
|
|
|
|
|
|
|
error[E0658]: use of unstable library feature 'unstable_test_feature'
|
2018-12-25 15:56:47 +00:00
|
|
|
--> $DIR/lint-stability-2.rs:44:9
|
2018-08-08 12:28:26 +00:00
|
|
|
|
|
|
|
|
LL | <Foo>::method_deprecated_unstable(&foo);
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
2019-07-09 09:32:08 +00:00
|
|
|
= help: add `#![feature(unstable_test_feature)]` to the crate attributes to enable
|
2024-01-10 06:39:02 +00:00
|
|
|
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
|
2018-08-08 12:28:26 +00:00
|
|
|
|
|
|
|
error[E0658]: use of unstable library feature 'unstable_test_feature'
|
2018-12-25 15:56:47 +00:00
|
|
|
--> $DIR/lint-stability-2.rs:46:13
|
2018-08-08 12:28:26 +00:00
|
|
|
|
|
|
|
|
LL | foo.trait_deprecated_unstable();
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
2019-07-09 09:32:08 +00:00
|
|
|
= help: add `#![feature(unstable_test_feature)]` to the crate attributes to enable
|
2024-01-10 06:39:02 +00:00
|
|
|
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
|
2018-08-08 12:28:26 +00:00
|
|
|
|
|
|
|
error[E0658]: use of unstable library feature 'unstable_test_feature'
|
2018-12-25 15:56:47 +00:00
|
|
|
--> $DIR/lint-stability-2.rs:48:9
|
2018-08-08 12:28:26 +00:00
|
|
|
|
|
|
|
|
LL | <Foo>::trait_deprecated_unstable(&foo);
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
2019-07-09 09:32:08 +00:00
|
|
|
= help: add `#![feature(unstable_test_feature)]` to the crate attributes to enable
|
2024-01-10 06:39:02 +00:00
|
|
|
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
|
2018-08-08 12:28:26 +00:00
|
|
|
|
|
|
|
error[E0658]: use of unstable library feature 'unstable_test_feature'
|
2018-12-25 15:56:47 +00:00
|
|
|
--> $DIR/lint-stability-2.rs:51:13
|
2018-08-08 12:28:26 +00:00
|
|
|
|
|
|
|
|
LL | foo.method_deprecated_unstable_text();
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
2019-07-09 09:32:08 +00:00
|
|
|
= help: add `#![feature(unstable_test_feature)]` to the crate attributes to enable
|
2024-01-10 06:39:02 +00:00
|
|
|
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
|
2018-08-08 12:28:26 +00:00
|
|
|
|
|
|
|
error[E0658]: use of unstable library feature 'unstable_test_feature'
|
2018-12-25 15:56:47 +00:00
|
|
|
--> $DIR/lint-stability-2.rs:53:9
|
2018-08-08 12:28:26 +00:00
|
|
|
|
|
|
|
|
LL | Foo::method_deprecated_unstable_text(&foo);
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
2019-07-09 09:32:08 +00:00
|
|
|
= help: add `#![feature(unstable_test_feature)]` to the crate attributes to enable
|
2024-01-10 06:39:02 +00:00
|
|
|
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
|
2018-08-08 12:28:26 +00:00
|
|
|
|
|
|
|
error[E0658]: use of unstable library feature 'unstable_test_feature'
|
2018-12-25 15:56:47 +00:00
|
|
|
--> $DIR/lint-stability-2.rs:55:9
|
2018-08-08 12:28:26 +00:00
|
|
|
|
|
|
|
|
LL | <Foo>::method_deprecated_unstable_text(&foo);
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
2019-07-09 09:32:08 +00:00
|
|
|
= help: add `#![feature(unstable_test_feature)]` to the crate attributes to enable
|
2024-01-10 06:39:02 +00:00
|
|
|
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
|
2018-08-08 12:28:26 +00:00
|
|
|
|
|
|
|
error[E0658]: use of unstable library feature 'unstable_test_feature'
|
2018-12-25 15:56:47 +00:00
|
|
|
--> $DIR/lint-stability-2.rs:57:13
|
2018-08-08 12:28:26 +00:00
|
|
|
|
|
|
|
|
LL | foo.trait_deprecated_unstable_text();
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
2019-07-09 09:32:08 +00:00
|
|
|
= help: add `#![feature(unstable_test_feature)]` to the crate attributes to enable
|
2024-01-10 06:39:02 +00:00
|
|
|
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
|
2018-08-08 12:28:26 +00:00
|
|
|
|
|
|
|
error[E0658]: use of unstable library feature 'unstable_test_feature'
|
2018-12-25 15:56:47 +00:00
|
|
|
--> $DIR/lint-stability-2.rs:59:9
|
2018-08-08 12:28:26 +00:00
|
|
|
|
|
|
|
|
LL | <Foo>::trait_deprecated_unstable_text(&foo);
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
2019-07-09 09:32:08 +00:00
|
|
|
= help: add `#![feature(unstable_test_feature)]` to the crate attributes to enable
|
2024-01-10 06:39:02 +00:00
|
|
|
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
|
2018-08-08 12:28:26 +00:00
|
|
|
|
|
|
|
error[E0658]: use of unstable library feature 'unstable_test_feature'
|
2018-12-25 15:56:47 +00:00
|
|
|
--> $DIR/lint-stability-2.rs:62:13
|
2018-08-08 12:28:26 +00:00
|
|
|
|
|
2019-03-09 12:03:44 +00:00
|
|
|
LL | foo.method_unstable();
|
2018-08-08 12:28:26 +00:00
|
|
|
| ^^^^^^^^^^^^^^^
|
|
|
|
|
|
2019-07-09 09:32:08 +00:00
|
|
|
= help: add `#![feature(unstable_test_feature)]` to the crate attributes to enable
|
2024-01-10 06:39:02 +00:00
|
|
|
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
|
2018-08-08 12:28:26 +00:00
|
|
|
|
|
|
|
error[E0658]: use of unstable library feature 'unstable_test_feature'
|
2018-12-25 15:56:47 +00:00
|
|
|
--> $DIR/lint-stability-2.rs:63:9
|
2018-08-08 12:28:26 +00:00
|
|
|
|
|
2019-03-09 12:03:44 +00:00
|
|
|
LL | Foo::method_unstable(&foo);
|
2018-08-08 12:28:26 +00:00
|
|
|
| ^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
2019-07-09 09:32:08 +00:00
|
|
|
= help: add `#![feature(unstable_test_feature)]` to the crate attributes to enable
|
2024-01-10 06:39:02 +00:00
|
|
|
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
|
2018-08-08 12:28:26 +00:00
|
|
|
|
|
|
|
error[E0658]: use of unstable library feature 'unstable_test_feature'
|
2018-12-25 15:56:47 +00:00
|
|
|
--> $DIR/lint-stability-2.rs:64:9
|
2018-08-08 12:28:26 +00:00
|
|
|
|
|
2019-03-09 12:03:44 +00:00
|
|
|
LL | <Foo>::method_unstable(&foo);
|
2018-08-08 12:28:26 +00:00
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
2019-07-09 09:32:08 +00:00
|
|
|
= help: add `#![feature(unstable_test_feature)]` to the crate attributes to enable
|
2024-01-10 06:39:02 +00:00
|
|
|
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
|
2018-08-08 12:28:26 +00:00
|
|
|
|
|
|
|
error[E0658]: use of unstable library feature 'unstable_test_feature'
|
2018-12-25 15:56:47 +00:00
|
|
|
--> $DIR/lint-stability-2.rs:65:13
|
2018-08-08 12:28:26 +00:00
|
|
|
|
|
2019-03-09 12:03:44 +00:00
|
|
|
LL | foo.trait_unstable();
|
2018-08-08 12:28:26 +00:00
|
|
|
| ^^^^^^^^^^^^^^
|
|
|
|
|
|
2019-07-09 09:32:08 +00:00
|
|
|
= help: add `#![feature(unstable_test_feature)]` to the crate attributes to enable
|
2024-01-10 06:39:02 +00:00
|
|
|
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
|
2018-08-08 12:28:26 +00:00
|
|
|
|
|
|
|
error[E0658]: use of unstable library feature 'unstable_test_feature'
|
2018-12-25 15:56:47 +00:00
|
|
|
--> $DIR/lint-stability-2.rs:66:9
|
2018-08-08 12:28:26 +00:00
|
|
|
|
|
2019-03-09 12:03:44 +00:00
|
|
|
LL | <Foo>::trait_unstable(&foo);
|
2018-08-08 12:28:26 +00:00
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
2019-07-09 09:32:08 +00:00
|
|
|
= help: add `#![feature(unstable_test_feature)]` to the crate attributes to enable
|
2024-01-10 06:39:02 +00:00
|
|
|
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
|
2018-08-08 12:28:26 +00:00
|
|
|
|
|
|
|
error[E0658]: use of unstable library feature 'unstable_test_feature': text
|
2018-12-25 15:56:47 +00:00
|
|
|
--> $DIR/lint-stability-2.rs:68:13
|
2018-08-08 12:28:26 +00:00
|
|
|
|
|
|
|
|
LL | foo.method_unstable_text();
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
2019-07-09 09:32:08 +00:00
|
|
|
= help: add `#![feature(unstable_test_feature)]` to the crate attributes to enable
|
2024-01-10 06:39:02 +00:00
|
|
|
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
|
2018-08-08 12:28:26 +00:00
|
|
|
|
|
|
|
error[E0658]: use of unstable library feature 'unstable_test_feature': text
|
2018-12-25 15:56:47 +00:00
|
|
|
--> $DIR/lint-stability-2.rs:70:9
|
2018-08-08 12:28:26 +00:00
|
|
|
|
|
|
|
|
LL | Foo::method_unstable_text(&foo);
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
2019-07-09 09:32:08 +00:00
|
|
|
= help: add `#![feature(unstable_test_feature)]` to the crate attributes to enable
|
2024-01-10 06:39:02 +00:00
|
|
|
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
|
2018-08-08 12:28:26 +00:00
|
|
|
|
|
|
|
error[E0658]: use of unstable library feature 'unstable_test_feature': text
|
2018-12-25 15:56:47 +00:00
|
|
|
--> $DIR/lint-stability-2.rs:72:9
|
2018-08-08 12:28:26 +00:00
|
|
|
|
|
|
|
|
LL | <Foo>::method_unstable_text(&foo);
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
2019-07-09 09:32:08 +00:00
|
|
|
= help: add `#![feature(unstable_test_feature)]` to the crate attributes to enable
|
2024-01-10 06:39:02 +00:00
|
|
|
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
|
2018-08-08 12:28:26 +00:00
|
|
|
|
|
|
|
error[E0658]: use of unstable library feature 'unstable_test_feature': text
|
2018-12-25 15:56:47 +00:00
|
|
|
--> $DIR/lint-stability-2.rs:74:13
|
2018-08-08 12:28:26 +00:00
|
|
|
|
|
|
|
|
LL | foo.trait_unstable_text();
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
2019-07-09 09:32:08 +00:00
|
|
|
= help: add `#![feature(unstable_test_feature)]` to the crate attributes to enable
|
2024-01-10 06:39:02 +00:00
|
|
|
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
|
2018-08-08 12:28:26 +00:00
|
|
|
|
|
|
|
error[E0658]: use of unstable library feature 'unstable_test_feature': text
|
2018-12-25 15:56:47 +00:00
|
|
|
--> $DIR/lint-stability-2.rs:76:9
|
2018-08-08 12:28:26 +00:00
|
|
|
|
|
|
|
|
LL | <Foo>::trait_unstable_text(&foo);
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
2019-07-09 09:32:08 +00:00
|
|
|
= help: add `#![feature(unstable_test_feature)]` to the crate attributes to enable
|
2024-01-10 06:39:02 +00:00
|
|
|
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
|
2018-08-08 12:28:26 +00:00
|
|
|
|
|
|
|
error[E0658]: use of unstable library feature 'unstable_test_feature'
|
2018-12-25 15:56:47 +00:00
|
|
|
--> $DIR/lint-stability-2.rs:131:13
|
2018-08-08 12:28:26 +00:00
|
|
|
|
|
|
|
|
LL | foo.trait_deprecated_unstable();
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
2019-07-09 09:32:08 +00:00
|
|
|
= help: add `#![feature(unstable_test_feature)]` to the crate attributes to enable
|
2024-01-10 06:39:02 +00:00
|
|
|
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
|
2018-08-08 12:28:26 +00:00
|
|
|
|
|
|
|
error[E0658]: use of unstable library feature 'unstable_test_feature'
|
2018-12-25 15:56:47 +00:00
|
|
|
--> $DIR/lint-stability-2.rs:133:9
|
2018-08-08 12:28:26 +00:00
|
|
|
|
|
|
|
|
LL | <Foo>::trait_deprecated_unstable(&foo);
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
2019-07-09 09:32:08 +00:00
|
|
|
= help: add `#![feature(unstable_test_feature)]` to the crate attributes to enable
|
2024-01-10 06:39:02 +00:00
|
|
|
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
|
2018-08-08 12:28:26 +00:00
|
|
|
|
|
|
|
error[E0658]: use of unstable library feature 'unstable_test_feature'
|
2018-12-25 15:56:47 +00:00
|
|
|
--> $DIR/lint-stability-2.rs:135:13
|
2018-08-08 12:28:26 +00:00
|
|
|
|
|
|
|
|
LL | foo.trait_deprecated_unstable_text();
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
2019-07-09 09:32:08 +00:00
|
|
|
= help: add `#![feature(unstable_test_feature)]` to the crate attributes to enable
|
2024-01-10 06:39:02 +00:00
|
|
|
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
|
2018-08-08 12:28:26 +00:00
|
|
|
|
|
|
|
error[E0658]: use of unstable library feature 'unstable_test_feature'
|
2018-12-25 15:56:47 +00:00
|
|
|
--> $DIR/lint-stability-2.rs:137:9
|
2018-08-08 12:28:26 +00:00
|
|
|
|
|
|
|
|
LL | <Foo>::trait_deprecated_unstable_text(&foo);
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
2019-07-09 09:32:08 +00:00
|
|
|
= help: add `#![feature(unstable_test_feature)]` to the crate attributes to enable
|
2024-01-10 06:39:02 +00:00
|
|
|
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
|
2018-08-08 12:28:26 +00:00
|
|
|
|
|
|
|
error[E0658]: use of unstable library feature 'unstable_test_feature'
|
2018-12-25 15:56:47 +00:00
|
|
|
--> $DIR/lint-stability-2.rs:139:13
|
2018-08-08 12:28:26 +00:00
|
|
|
|
|
2019-03-09 12:03:44 +00:00
|
|
|
LL | foo.trait_unstable();
|
2018-08-08 12:28:26 +00:00
|
|
|
| ^^^^^^^^^^^^^^
|
|
|
|
|
|
2019-07-09 09:32:08 +00:00
|
|
|
= help: add `#![feature(unstable_test_feature)]` to the crate attributes to enable
|
2024-01-10 06:39:02 +00:00
|
|
|
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
|
2018-08-08 12:28:26 +00:00
|
|
|
|
|
|
|
error[E0658]: use of unstable library feature 'unstable_test_feature'
|
2018-12-25 15:56:47 +00:00
|
|
|
--> $DIR/lint-stability-2.rs:140:9
|
2018-08-08 12:28:26 +00:00
|
|
|
|
|
2019-03-09 12:03:44 +00:00
|
|
|
LL | <Foo>::trait_unstable(&foo);
|
2018-08-08 12:28:26 +00:00
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
2019-07-09 09:32:08 +00:00
|
|
|
= help: add `#![feature(unstable_test_feature)]` to the crate attributes to enable
|
2024-01-10 06:39:02 +00:00
|
|
|
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
|
2018-08-08 12:28:26 +00:00
|
|
|
|
|
|
|
error[E0658]: use of unstable library feature 'unstable_test_feature': text
|
2018-12-25 15:56:47 +00:00
|
|
|
--> $DIR/lint-stability-2.rs:141:13
|
2018-08-08 12:28:26 +00:00
|
|
|
|
|
|
|
|
LL | foo.trait_unstable_text();
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
2019-07-09 09:32:08 +00:00
|
|
|
= help: add `#![feature(unstable_test_feature)]` to the crate attributes to enable
|
2024-01-10 06:39:02 +00:00
|
|
|
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
|
2018-08-08 12:28:26 +00:00
|
|
|
|
|
|
|
error[E0658]: use of unstable library feature 'unstable_test_feature': text
|
2018-12-25 15:56:47 +00:00
|
|
|
--> $DIR/lint-stability-2.rs:143:9
|
2018-08-08 12:28:26 +00:00
|
|
|
|
|
|
|
|
LL | <Foo>::trait_unstable_text(&foo);
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
2019-07-09 09:32:08 +00:00
|
|
|
= help: add `#![feature(unstable_test_feature)]` to the crate attributes to enable
|
2024-01-10 06:39:02 +00:00
|
|
|
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
|
2018-08-08 12:28:26 +00:00
|
|
|
|
|
|
|
error[E0658]: use of unstable library feature 'unstable_test_feature'
|
2018-12-25 15:56:47 +00:00
|
|
|
--> $DIR/lint-stability-2.rs:154:13
|
2018-08-08 12:28:26 +00:00
|
|
|
|
|
|
|
|
LL | foo.trait_deprecated_unstable();
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
2019-07-09 09:32:08 +00:00
|
|
|
= help: add `#![feature(unstable_test_feature)]` to the crate attributes to enable
|
2024-01-10 06:39:02 +00:00
|
|
|
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
|
2018-08-08 12:28:26 +00:00
|
|
|
|
|
|
|
error[E0658]: use of unstable library feature 'unstable_test_feature'
|
2018-12-25 15:56:47 +00:00
|
|
|
--> $DIR/lint-stability-2.rs:156:13
|
2018-08-08 12:28:26 +00:00
|
|
|
|
|
|
|
|
LL | foo.trait_deprecated_unstable_text();
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
2019-07-09 09:32:08 +00:00
|
|
|
= help: add `#![feature(unstable_test_feature)]` to the crate attributes to enable
|
2024-01-10 06:39:02 +00:00
|
|
|
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
|
2018-08-08 12:28:26 +00:00
|
|
|
|
|
|
|
error[E0658]: use of unstable library feature 'unstable_test_feature'
|
2018-12-25 15:56:47 +00:00
|
|
|
--> $DIR/lint-stability-2.rs:158:13
|
2018-08-08 12:28:26 +00:00
|
|
|
|
|
2019-03-09 12:03:44 +00:00
|
|
|
LL | foo.trait_unstable();
|
2018-08-08 12:28:26 +00:00
|
|
|
| ^^^^^^^^^^^^^^
|
|
|
|
|
|
2019-07-09 09:32:08 +00:00
|
|
|
= help: add `#![feature(unstable_test_feature)]` to the crate attributes to enable
|
2024-01-10 06:39:02 +00:00
|
|
|
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
|
2018-08-08 12:28:26 +00:00
|
|
|
|
|
|
|
error[E0658]: use of unstable library feature 'unstable_test_feature': text
|
2018-12-25 15:56:47 +00:00
|
|
|
--> $DIR/lint-stability-2.rs:159:13
|
2018-08-08 12:28:26 +00:00
|
|
|
|
|
|
|
|
LL | foo.trait_unstable_text();
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
2019-07-09 09:32:08 +00:00
|
|
|
= help: add `#![feature(unstable_test_feature)]` to the crate attributes to enable
|
2024-01-10 06:39:02 +00:00
|
|
|
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
|
2018-08-08 12:28:26 +00:00
|
|
|
|
|
|
|
error: aborting due to 32 previous errors
|
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0658`.
|