rust/tests/ui/feature-gates/feature-gate-fundamental.rs

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

5 lines
118 B
Rust
Raw Normal View History

#[fundamental] //~ ERROR the `#[fundamental]` attribute is an experimental feature
struct Fundamental;
fn main() { }