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