We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd3e6e2 commit 2e9bcc2Copy full SHA for 2e9bcc2
compiler/rustc_codegen_ssa/src/mir/debuginfo.rs
@@ -205,7 +205,8 @@ fn calculate_debuginfo_offset<
205
_ => {
206
// Sanity check for `can_use_in_debuginfo`.
207
assert!(!elem.can_use_in_debuginfo());
208
- bug!("unsupported var debuginfo projection `{:?}`", projection)
+ // TODO: Temporarily disabled for testing purposes.
209
+ // bug!("unsupported var debuginfo projection `{:?}`", projection)
210
}
211
212
0 commit comments