We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dabccad commit 7a6ac1cCopy full SHA for 7a6ac1c
src/comp/front/eval.rs
@@ -412,7 +412,7 @@ impure fn eval_crate_directive(parser p,
412
}
413
414
auto full_path = prefix + std.os.path_sep() + path;
415
- auto m0 = eval_crate_directives_to_mod(p, e, cdirs, path);
+ auto m0 = eval_crate_directives_to_mod(p, e, cdirs, full_path);
416
auto im = ast.item_mod(id, m0, p.next_def_id());
417
auto i = @spanned(cdir.span, cdir.span, im);
418
ast.index_item(index, i);
0 commit comments