Skip to content

Commit bb2c45f

Browse files
committed
Fix string
1 parent ce46e11 commit bb2c45f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rustc/back/link.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ fn WriteOutputFile(sess:session,
4343
let result = llvm::LLVMRustWriteOutputFile(
4444
PM, M, Triple, Output, FileType, OptLevel, EnableSegmentedStacks);
4545
if (!result) {
46-
llvm_err(sess, "Could not write output");
46+
llvm_err(sess, ~"Could not write output");
4747
}
4848
}
4949

0 commit comments

Comments
 (0)