We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8bfba7 commit d918c99Copy full SHA for d918c99
src/librustc_mir/transform/deaggregator.rs
@@ -65,7 +65,7 @@ impl<'tcx> MirPass<'tcx> for Deaggregator {
65
// since we don't handle enums, we don't need a cast
66
let lhs_cast = lhs.clone();
67
68
- // FIXME we cannot deaggregate enums issue: 35186
+ // FIXME we cannot deaggregate enums issue: #35186
69
70
let lhs_proj = Lvalue::Projection(Box::new(LvalueProjection {
71
base: lhs_cast,
0 commit comments