diff options
| author | The Miri Conjob Bot <miri@cron.bot> | 2023-12-05 05:15:52 +0000 |
|---|---|---|
| committer | The Miri Conjob Bot <miri@cron.bot> | 2023-12-05 05:15:52 +0000 |
| commit | cf1ef1300e5c9dd4914682bd9c49b6c2f8181e1b (patch) | |
| tree | f65e28951678b67516271734c37c0490e766c200 /compiler/rustc_codegen_ssa/src/debuginfo | |
| parent | d651eb9e23a3c9b67c50c847d7ac66965bda475c (diff) | |
| parent | 317d14a56cb8c748bf0e2f2afff89c2249ab4423 (diff) | |
| download | rust-cf1ef1300e5c9dd4914682bd9c49b6c2f8181e1b.tar.gz rust-cf1ef1300e5c9dd4914682bd9c49b6c2f8181e1b.zip | |
Merge from rustc
Diffstat (limited to 'compiler/rustc_codegen_ssa/src/debuginfo')
| -rw-r--r-- | compiler/rustc_codegen_ssa/src/debuginfo/type_names.rs | 2 |
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 839cc4dabe3..8630e5623e1 100644 --- a/compiler/rustc_codegen_ssa/src/debuginfo/type_names.rs +++ b/compiler/rustc_codegen_ssa/src/debuginfo/type_names.rs @@ -594,7 +594,7 @@ fn push_unqualified_item_name( DefPathData::CrateRoot => { output.push_str(tcx.crate_name(def_id.krate).as_str()); } - DefPathData::ClosureExpr => { + DefPathData::Closure => { let label = coroutine_kind_label(tcx.coroutine_kind(def_id)); push_disambiguated_special_name( |
