Port Instrument coverage requires llvm 12 to the new struct
This commit is contained in:
parent
05ae7ecb74
commit
4c625dc682
3 changed files with 9 additions and 1 deletions
|
@ -42,3 +42,7 @@ pub(crate) struct ErrorCreatingImportLibrary<'a> {
|
|||
pub lib_name: &'a str,
|
||||
pub error: String,
|
||||
}
|
||||
|
||||
#[derive(SessionDiagnostic)]
|
||||
#[diag(codegen_llvm::instrument_coverage_requires_llvm_12)]
|
||||
pub(crate) struct InstrumentCoverageRequiresLLVM12;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue