]> git.lizzy.rs Git - rust.git/commit
auto merge of #7926 : brson/rust/issue-4116, r=graydon
authorbors <bors@rust-lang.org>
Mon, 22 Jul 2013 11:37:36 +0000 (04:37 -0700)
committerbors <bors@rust-lang.org>
Mon, 22 Jul 2013 11:37:36 +0000 (04:37 -0700)
commit7b2218d248571a242ac243e0443d95619bdda056
tree5a7df07eb67a06eab4eda78846e7db8cd7d0bd7e
parent40a48e62c1c72090dc00fa50dc7c6d3da8c9ab88
parenta74d92e8ab61863876d2b5b6256b403efbb55492
auto merge of #7926 : brson/rust/issue-4116, r=graydon

When loading a module the parser will look for either foo.rs or foo/mod.rs and generate
an error when both are found.