about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src
diff options
context:
space:
mode:
authorNicholas Nethercote <n.nethercote@gmail.com>2024-11-29 07:00:42 +1100
committerNicholas Nethercote <n.nethercote@gmail.com>2024-12-02 16:17:55 +1100
commitd37ed10634131dd678697609f9060aaba8bacd41 (patch)
tree30849902c75b8cfc2f7a9645587c57ea24265773 /compiler/rustc_codegen_llvm/src
parent5e1440ae514d98ddfcbf1607acb64d41e07ef616 (diff)
downloadrust-d37ed10634131dd678697609f9060aaba8bacd41.tar.gz
rust-d37ed10634131dd678697609f9060aaba8bacd41.zip
Fix crash with `-Zdump-mir-dataflow`
As of #133155 `Formatter:new` uses `as_results_cursor` to create a
non-mutable results reference, and then later that is accessed via
`deref_mut` which results in a runtime abort. Changing to
`as_results_cursor_mut` fixes it.

Fixes #133641.
Diffstat (limited to 'compiler/rustc_codegen_llvm/src')
0 files changed, 0 insertions, 0 deletions