diff options
| author | bors <bors@rust-lang.org> | 2023-05-06 23:58:27 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2023-05-06 23:58:27 +0000 |
| commit | 34bee196cb85b5e7f45118a791360161c46cf000 (patch) | |
| tree | 6a7c2cd398999f2deb0630e46151daf67f5148f1 /compiler/rustc_codegen_llvm/src/errors.rs | |
| parent | a77c552485a19245a266bc03c450676c666b605f (diff) | |
| parent | 1de257bd33eecdcc1386beccd8ad3ed90012f358 (diff) | |
| download | rust-34bee196cb85b5e7f45118a791360161c46cf000.tar.gz rust-34bee196cb85b5e7f45118a791360161c46cf000.zip | |
Auto merge of #111304 - matthiaskrgr:rollup-b9twh7l, r=matthiaskrgr
Rollup of 7 pull requests Successful merges: - #111002 (Fix the test directories suggested by `./x.py suggest`) - #111077 (Make more ConstProp tests unit.) - #111151 (check bootstrap scripts syntax) - #111203 (Output LLVM optimization remark kind in `-Cremark` output) - #111237 (asm: loongarch64: Implementation of clobber_abi) - #111274 (Expand the LLVM coverage of `--print target-cpus`) - #111289 (Check arguments length in trivial diagnostic lint) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
Diffstat (limited to 'compiler/rustc_codegen_llvm/src/errors.rs')
| -rw-r--r-- | compiler/rustc_codegen_llvm/src/errors.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_codegen_llvm/src/errors.rs b/compiler/rustc_codegen_llvm/src/errors.rs index 672087de315..6a9173ab450 100644 --- a/compiler/rustc_codegen_llvm/src/errors.rs +++ b/compiler/rustc_codegen_llvm/src/errors.rs @@ -196,6 +196,7 @@ pub(crate) struct FromLlvmOptimizationDiag<'a> { pub line: std::ffi::c_uint, pub column: std::ffi::c_uint, pub pass_name: &'a str, + pub kind: &'a str, pub message: &'a str, } |
