summary refs log tree commit diff
path: root/src/test/compile-fail/no-implicit-prelude-nested.rs
AgeCommit message (Collapse)AuthorLines
2013-07-17rustc: implement a `#[no_implicit_prelude]` attribute.Huon Wilson-0/+68
It disables the insertion of `use std::prelude::*;` into the top of all the modules below the item on which it is placed (including that item itself).