summary refs log tree commit diff
path: root/src/test/compile-fail/issue-4366.rs
AgeCommit message (Collapse)AuthorLines
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-1/+1
Closes #2569
2013-10-07Fix existing privacy/visibility violationsAlex Crichton-5/+2
This commit fixes all of the fallout of the previous commit which is an attempt to refine privacy. There were a few unfortunate leaks which now must be plugged, and the most horrible one is the current `shouldnt_be_public` module now inside `std::rt`. I think that this either needs a slight reorganization of the runtime, or otherwise it needs to just wait for the external users of these modules to get replaced with their `rt` implementations. Other fixes involve making things pub which should be pub, and otherwise updating error messages that now reference privacy instead of referencing an "unresolved name" (yay!).
2013-10-06Add appropriate #[feature] directives to testsAlex Crichton-0/+2
2013-05-10more back-ticks, less colonsLenny222-2/+2
2013-05-03add gitattributes and fix whitespace issuesDaniel Micay-1/+0
2013-03-26test: Fix testsPatrick Walton-1/+2
2013-02-28Fix leaking immediate children and types via glob importsAlex Crichton-3/+3
2013-02-28Fix leaking non-public 'use' statements with glob importsAlex Crichton-0/+39