Skip to content

Commit 0505c77

Browse files
committed
---
yaml --- r: 1441 b: refs/heads/master c: 7a6ac1c h: refs/heads/master i: 1439: 379173f v: v3
1 parent 4a33624 commit 0505c77

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: dabccadd3202513ab0bcb424e2c62c90ab23062d
2+
refs/heads/master: 7a6ac1c00041fc8043e240c8fb7255251fea63f4

trunk/src/comp/front/eval.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ impure fn eval_crate_directive(parser p,
412412
}
413413

414414
auto full_path = prefix + std.os.path_sep() + path;
415-
auto m0 = eval_crate_directives_to_mod(p, e, cdirs, path);
415+
auto m0 = eval_crate_directives_to_mod(p, e, cdirs, full_path);
416416
auto im = ast.item_mod(id, m0, p.next_def_id());
417417
auto i = @spanned(cdir.span, cdir.span, im);
418418
ast.index_item(index, i);

0 commit comments

Comments
 (0)