summary refs log tree commit diff
path: root/src/test/run-pass/mod_dir_implicit.rs
AgeCommit message (Collapse)AuthorLines
2013-07-21syntax: Bless mod.rs. #4116Brian Anderson-0/+18
When loading a module the parser will look for either foo.rs or foo/mod.rs and generate an error when both are found.