Skip to content

Commit 6b8e5c2

Browse files
committed
---
yaml --- r: 2297 b: refs/heads/master c: d887767 h: refs/heads/master i: 2295: 24c88f8 v: v3
1 parent 858fdbc commit 6b8e5c2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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: e75edd5e43cb17150dd994298cfac1cdcb23e690
2+
refs/heads/master: d88776726ac5ee7d7c3d7e9ae57d323d768f7967

trunk/src/comp/driver/rustc.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,8 +234,8 @@ fn main(vec[str] args) {
234234
case (none[str]) {
235235
let vec[str] parts = _str.split(ifile, '.' as u8);
236236
_vec.pop[str](parts);
237-
parts += vec(".bc");
238-
auto ofile = _str.concat(parts);
237+
parts += vec("bc");
238+
auto ofile = _str.connect(parts, ".");
239239
compile_input(sess, env, ifile, ofile, shared,
240240
optimize, verify, save_temps, ot,
241241
time_passes, run_typestate,

0 commit comments

Comments
 (0)