summary refs log tree commit diff
path: root/src/test/compile-fail/privacy-ns2.rs
AgeCommit message (Expand)AuthorLines
2015-04-21test: Fix fallout in testsAlex Crichton-5/+3
2015-02-18Fallout: tests. As tests frequently elide things, lots of changesNiko Matsakis-3/+5
2015-01-05Remove use of globs feature gate from tests.Huon Wilson-2/+0
2014-08-16librustc: Forbid external crates, imports, and/or items from beingPatrick Walton-1/+0
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-4/+5
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-3/+3
2014-02-19Make priavcy checking aware that a `use` directive can point to two defintion...Nick Cameron-0/+91