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

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

5 lines
112 B
Rust
Raw Normal View History

2015-06-30 22:05:17 -05:00
#[prelude_import] //~ ERROR `#[prelude_import]` is for use by rustc only
use std::prelude::v1::*;
fn main() {}