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 15283f6 commit 0412571Copy full SHA for 0412571
compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp
@@ -1780,8 +1780,7 @@ extern "C" void LLVMRustContextConfigureDiagnosticHandler(
1780
RemarkFile->keep();
1781
1782
auto RemarkSerializer = remarks::createRemarkSerializer(
1783
- llvm::remarks::Format::YAML, remarks::SerializerMode::Separate,
1784
- RemarkFile->os());
+ llvm::remarks::Format::YAML, RemarkFile->os());
1785
if (Error E = RemarkSerializer.takeError()) {
1786
std::string Error = std::string("Cannot create remark serializer: ") +
1787
toString(std::move(E));
0 commit comments