about summary refs log tree commit diff
path: root/compiler/rustc_interface/src/errors.rs
diff options
context:
space:
mode:
authorZalathar <Zalathar@users.noreply.github.com>2025-08-15 19:54:59 +1000
committerZalathar <Zalathar@users.noreply.github.com>2025-08-15 20:24:13 +1000
commit61932e12221fb8a76a8dedc4a21e5f6e1e332d9d (patch)
tree9ef78aa27433bc622e7e159e4c5f36226c126173 /compiler/rustc_interface/src/errors.rs
parent44f5ec7d56acb21cad9bcc0dbc13e70a749f35aa (diff)
downloadrust-61932e12221fb8a76a8dedc4a21e5f6e1e332d9d.tar.gz
rust-61932e12221fb8a76a8dedc4a21e5f6e1e332d9d.zip
Avoid an unnecessary intermediate `&mut` reference
The `NonNull::as_mut` method returns a mut *reference*, rather than the mut
*pointer* that is intended here.
Diffstat (limited to 'compiler/rustc_interface/src/errors.rs')
0 files changed, 0 insertions, 0 deletions