Sign in
rust
/
rust
/
08cd08fbef8c6663b052d8d9e4930d5696cbb8a7
/
.
/
tests
/
ui
/
modules
/
mod_file_correct_spans.rs
blob: c42d2eaa7bd6d54c29493da35104643cd8f384cc [
file
]
// Testing that the source_map is maintained correctly when parsing mods from external files
mod
mod_file_aux
;
fn
main
()
{
assert
!(
mod_file_aux
::
bar
()
==
10
);
//~^ ERROR cannot find function `bar` in module `mod_file_aux`
}