rust/tests/ui/feature-gates/unknown-feature.rs

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

4 lines
74 B
Rust
Raw Normal View History

2018-07-23 07:06:32 -05:00
#![feature(unknown_rust_feature)] //~ ERROR unknown feature
fn main() {}