2025-01-01 19:09:01 +01:00
|
|
|
warning: use of deprecated module `allowed_through_unstable_core::unstable_module`: use the new path instead
|
2025-02-02 12:33:40 +01:00
|
|
|
--> $DIR/allowed-through-unstable.rs:8:53
|
2025-01-01 19:09:01 +01:00
|
|
|
|
|
2025-02-02 12:33:40 +01:00
|
|
|
LL | use allowed_through_unstable_core::unstable_module::OldStableTraitAllowedThoughUnstable;
|
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
2025-01-01 19:09:01 +01:00
|
|
|
|
|
|
|
|
|
= note: `#[warn(deprecated)]` on by default
|
|
|
|
|
|
2024-11-02 16:10:24 -07:00
|
|
|
error[E0658]: use of unstable library feature `unstable_test_feature`
|
2025-02-02 12:33:40 +01:00
|
|
|
--> $DIR/allowed-through-unstable.rs:9:5
|
2022-05-09 15:18:53 -07:00
|
|
|
|
|
|
|
|
|
LL | use allowed_through_unstable_core::unstable_module::NewStableTraitNotAllowedThroughUnstable;
|
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
|
|
|
= note: see issue #1 <https://github.com/rust-lang/rust/issues/1> for more information
|
|
|
|
|
= help: add `#![feature(unstable_test_feature)]` to the crate attributes to enable
|
2024-01-10 01:39:02 -05:00
|
|
|
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
|
2022-05-09 15:18:53 -07:00
|
|
|
|
2025-01-01 19:09:01 +01:00
|
|
|
error: aborting due to 1 previous error; 1 warning emitted
|
2022-05-09 15:18:53 -07:00
|
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0658`.
|