]> git.lizzy.rs Git - rust.git/blob - src/test/ui/stability-attribute/allowed-through-unstable.rs
Auto merge of #98051 - davidtwco:split-dwarf-stabilization, r=wesleywiser
[rust.git] / src / test / ui / stability-attribute / allowed-through-unstable.rs
1 // Test for new `#[rustc_allowed_through_unstable_modules]` attribute
2 //
3 // aux-build:allowed-through-unstable-core.rs
4 #![crate_type = "lib"]
5
6 extern crate allowed_through_unstable_core;
7
8 use allowed_through_unstable_core::unstable_module::OldStableTraitAllowedThoughUnstable;
9 use allowed_through_unstable_core::unstable_module::NewStableTraitNotAllowedThroughUnstable; //~ ERROR use of unstable library feature 'unstable_test_feature'