We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8db013 commit 7b44200Copy full SHA for 7b44200
1 file changed
src/mir/elaborate_drop.rs
@@ -551,7 +551,12 @@ where
551
let subpath = self.elaborator.field_subpath(variant_path, field_idx);
552
let tcx = self.tcx();
553
554
- match self.elaborator.typing_env().typing_mode().assert_not_erased() {
+ match self
555
+ .elaborator
556
+ .typing_env()
557
+ .typing_mode()
558
+ .assert_not_erased()
559
+ {
560
ty::TypingMode::PostAnalysis => {}
561
ty::TypingMode::Coherence
562
| ty::TypingMode::Analysis { .. }
0 commit comments