We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53fabd3 commit 10d0a58Copy full SHA for 10d0a58
compiler/rustc_codegen_ssa/src/debuginfo/type_names.rs
@@ -93,6 +93,7 @@ fn push_debuginfo_type_name<'tcx>(
93
Err(e) => {
94
// Computing the layout can still fail here, e.g. if the target architecture
95
// cannot represent the type. See https://github.com/rust-lang/rust/issues/94961.
96
+ // FIXME: migrate once `rustc_middle::mir::interpret::InterpError` is translatable.
97
tcx.sess.fatal(&format!("{}", e));
98
}
99
0 commit comments