about summary refs log tree commit diff
path: root/tests/ui/feature-gates/feature-gate-export_stable.rs
blob: 5d05fee059b82c8866abd3190dae029d1b3872cb (plain)
1
2
3
4
5
#![crate_type="lib"]

#[export_stable]
//~^ ERROR the `#[export_stable]` attribute is an experimental feature
pub mod a {}