about summary refs log tree commit diff
path: root/compiler/rustc_interface/src/errors.rs
diff options
context:
space:
mode:
authorTrevor Gross <t.gross35@gmail.com>2025-06-18 20:22:51 -0400
committerGitHub <noreply@github.com>2025-06-18 20:22:51 -0400
commitb5b4fbe7a6e95daa5a700bf666cdab0d2f55a4d3 (patch)
treebb42314fbbf70e4c6ee2528b413f8201e8ab1678 /compiler/rustc_interface/src/errors.rs
parent2526b01fdd5cbddf9e4d993edca92db411288d14 (diff)
parent81f7eebb23cf4583d3c6d14009935aafe5326316 (diff)
downloadrust-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