e0f44730e8
Under this scheme when parsing foo.rc the parser will also look for foo.rs to fill in the crate-level module, and when evaluating a directory module directive it will look for a .rs file with the same name as the directory.
7 lines
163 B
Rust
7 lines
163 B
Rust
// This isn't really xfailed; it's used by the companionmod.rc test
|
|
// xfail-test
|
|
|
|
fn main() {
|
|
assert a::b::g() == "ralph";
|
|
assert a::c::g() == "nelson";
|
|
} |