]> git.proxmox.com Git - rustc.git/blame - src/test/ui/stability-attribute/allowed-through-unstable.rs
New upstream version 1.66.0+dfsg1
[rustc.git] / src / test / ui / stability-attribute / allowed-through-unstable.rs
CommitLineData
064997fb
FG
1// Test for new `#[rustc_allowed_through_unstable_modules]` attribute
2//
3// aux-build:allowed-through-unstable-core.rs
4#![crate_type = "lib"]
5
6extern crate allowed_through_unstable_core;
7
8use allowed_through_unstable_core::unstable_module::OldStableTraitAllowedThoughUnstable;
9use allowed_through_unstable_core::unstable_module::NewStableTraitNotAllowedThroughUnstable; //~ ERROR use of unstable library feature 'unstable_test_feature'