aboutsummaryrefslogtreecommitdiff
path: root/src/test/compile-fail/import3.rs
blob: 95f108458fd5ca8879af5f81183d7e12a4c59bef (plain) (blame)
1
2
3
4
5
6
7
8
// xfail-boot
// xfail-stage0
// error-pattern: unresolved modulename
import main::bar;

fn main(vec[str] args) {
  log "foo";
}