Fix string
This commit is contained in:
parent
ce46e113c5
commit
bb2c45feae
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ fn WriteOutputFile(sess:session,
|
|||
let result = llvm::LLVMRustWriteOutputFile(
|
||||
PM, M, Triple, Output, FileType, OptLevel, EnableSegmentedStacks);
|
||||
if (!result) {
|
||||
llvm_err(sess, "Could not write output");
|
||||
llvm_err(sess, ~"Could not write output");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue