diff options
| author | The Miri Cronjob Bot <miri@cron.bot> | 2024-08-28 05:12:48 +0000 |
|---|---|---|
| committer | The Miri Cronjob Bot <miri@cron.bot> | 2024-08-28 05:12:48 +0000 |
| commit | f4f3447c5748c4699ef4bfe6c09efab4997aff94 (patch) | |
| tree | fcd6a49c72ffdeee7275d9b8259ee7441ef69104 /compiler/rustc_codegen_llvm/src/errors.rs | |
| parent | ae3c270480940edfae6f008f5f3fd2f9a68efe7c (diff) | |
| parent | 0589dc75d314152de3ddf095ff2fc774c4a2d9c1 (diff) | |
| download | rust-f4f3447c5748c4699ef4bfe6c09efab4997aff94.tar.gz rust-f4f3447c5748c4699ef4bfe6c09efab4997aff94.zip | |
Merge from rustc
Diffstat (limited to 'compiler/rustc_codegen_llvm/src/errors.rs')
| -rw-r--r-- | compiler/rustc_codegen_llvm/src/errors.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/rustc_codegen_llvm/src/errors.rs b/compiler/rustc_codegen_llvm/src/errors.rs index e0ec9cdca56..bb481d2a308 100644 --- a/compiler/rustc_codegen_llvm/src/errors.rs +++ b/compiler/rustc_codegen_llvm/src/errors.rs @@ -207,13 +207,13 @@ pub(crate) struct CopyBitcode { #[derive(Diagnostic)] #[diag(codegen_llvm_unknown_debuginfo_compression)] -pub struct UnknownCompression { +pub(crate) struct UnknownCompression { pub algorithm: &'static str, } #[derive(Diagnostic)] #[diag(codegen_llvm_mismatch_data_layout)] -pub struct MismatchedDataLayout<'a> { +pub(crate) struct MismatchedDataLayout<'a> { pub rustc_target: &'a str, pub rustc_layout: &'a str, pub llvm_target: &'a str, |
