about summary refs log tree commit diff
path: root/compiler/rustc_pattern_analysis/src
diff options
context:
space:
mode:
authorStuart Cook <Zalathar@users.noreply.github.com>2025-05-19 21:10:44 +1000
committerGitHub <noreply@github.com>2025-05-19 21:10:44 +1000
commitb86de538ce09a0e64ac506a560d8fa353b7a3ed9 (patch)
tree213befa20c26b996dbc68f3bb45abcccad2badcb /compiler/rustc_pattern_analysis/src
parent1d5c35a52d7840d4417c0951591250db705fc9e6 (diff)
parentd22f53b97033a5450c8aa32c9e1115c1d54bafb4 (diff)
downloadrust-b86de538ce09a0e64ac506a560d8fa353b7a3ed9.tar.gz
rust-b86de538ce09a0e64ac506a560d8fa353b7a3ed9.zip
Rollup merge of #141239 - RalfJung:dladdr-fname, r=Noratrieb
dladdr cannot leave dli_fname to be null

There are two places in the repo calling `dladdr`, and they are inconsistent wrt their assumption of whether the `dli_fname` field can be null. Let's make them consistent. I see nothing in the docs that allows it to be null, but just to be on the safe side let's make this an assertion so hopefully we get a report if that ever happens.
Diffstat (limited to 'compiler/rustc_pattern_analysis/src')
0 files changed, 0 insertions, 0 deletions