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-07-01 03:05:17 +00:00
#[prelude_import] //~ ERROR `#[prelude_import]` is for use by rustc only
use std::prelude::v1::*;
fn main() {}