diff options
| author | Trevor Gross <t.gross35@gmail.com> | 2025-06-18 20:22:51 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-18 20:22:51 -0400 |
| commit | b5b4fbe7a6e95daa5a700bf666cdab0d2f55a4d3 (patch) | |
| tree | bb42314fbbf70e4c6ee2528b413f8201e8ab1678 /compiler/rustc_interface/src/errors.rs | |
| parent | 2526b01fdd5cbddf9e4d993edca92db411288d14 (diff) | |
| parent | 81f7eebb23cf4583d3c6d14009935aafe5326316 (diff) | |
| download | rust-b5b4fbe7a6e95daa5a700bf666cdab0d2f55a4d3.tar.gz rust-b5b4fbe7a6e95daa5a700bf666cdab0d2f55a4d3.zip | |
Rollup merge of #142639 - dpaoliello:needcolon, r=WaffleLapkin
Add a missing colon at the end of the panic location details in location-detail-unwrap-multiline.rs The `location-detail-unwrap-multiline` test was failing when trying to enable `aarch64-pc-windows-msvc` CI Runners: https://github.com/rust-lang/rust/pull/140136#issuecomment-2978175728 When debugging, the normalized stderr was: ``` thread 'main' panicked at $DIR/location-detail-unwrap-multiline.rs:11:10: called `Option::unwrap()` on a `None` value stack backtrace: note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. ``` Note the trailing colon at the end of the location details in the panic message. This was missing in the error pattern regex. No idea why it has been passing for all other targets and failed for `aarch64-pc-windows-msvc`, but with the trailing colon it is now passing for all.
Diffstat (limited to 'compiler/rustc_interface/src/errors.rs')
0 files changed, 0 insertions, 0 deletions
