Files
rust/tests/ui/feature-gates/feature-gate-export_stable.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
123 B
Rust
Raw Normal View History

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