about summary refs log tree commit diff
path: root/compiler/rustc_codegen_ssa/src/debuginfo
diff options
context:
space:
mode:
authorThe Miri Conjob Bot <miri@cron.bot>2023-12-26 05:00:54 +0000
committerThe Miri Conjob Bot <miri@cron.bot>2023-12-26 05:00:54 +0000
commit236ae9905a08ff697ddb35261795ad76a1fd3336 (patch)
tree30e459f85746867f972df360431022e4eb4c036e /compiler/rustc_codegen_ssa/src/debuginfo
parentf2407d98de61888e287efc97dbc4104f3581b70d (diff)
parent2271c26e4a8e062bb00d709d0ccb5846e0c341b9 (diff)
downloadrust-236ae9905a08ff697ddb35261795ad76a1fd3336.tar.gz
rust-236ae9905a08ff697ddb35261795ad76a1fd3336.zip
Merge from rustc
Diffstat (limited to 'compiler/rustc_codegen_ssa/src/debuginfo')
-rw-r--r--compiler/rustc_codegen_ssa/src/debuginfo/type_names.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_codegen_ssa/src/debuginfo/type_names.rs b/compiler/rustc_codegen_ssa/src/debuginfo/type_names.rs
index 2ecc5ad4fe4..1b01fe03654 100644
--- a/compiler/rustc_codegen_ssa/src/debuginfo/type_names.rs
+++ b/compiler/rustc_codegen_ssa/src/debuginfo/type_names.rs
@@ -93,7 +93,7 @@ fn push_debuginfo_type_name<'tcx>(
                     Err(e) => {
                         // Computing the layout can still fail here, e.g. if the target architecture
                         // cannot represent the type. See https://github.com/rust-lang/rust/issues/94961.
-                        tcx.sess.emit_fatal(e.into_diagnostic());
+                        tcx.dcx().emit_fatal(e.into_diagnostic());
                     }
                 }
             } else {