index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
ui
/
missing_non_modrs_mod
/
missing_non_modrs_mod.rs
blob: b1ac0756688fe310e8b28706f0bcade78dd72838 (
plain
)
1
2
3
4
mod
foo
;
fn
main
()
{}
//~? ERROR file not found for module `missing`