aboutsummaryrefslogtreecommitdiff
path: root/src/test/compile-fail/export-fully-qualified.rs
Commit message (Collapse)AuthorAgeFilesLines
* Downcase std modules again, move to :: for module dereferencingMarijn Haverbeke2011-05-121-1/+1
| | | | This should be a snapshot transition.
* Un-XFAIL compile-fail export tests for stage0Brian Anderson2011-05-101-1/+0
|
* Add missing ret statements to check_modBrian Anderson2011-05-041-2/+0
| | | | Un-XFAIL compile-fail export tests
* More export XFAILs.Graydon Hoare2011-05-041-0/+3
|
* Add a regression test for use of unexported fully-qualified pathsBrian Anderson2011-05-011-0/+21
An unexported foo.baz can't be resolved from inside foo when called as foo.baz instead of just baz. This behavior may want to change eventually.