Skip to content

Commit d918c99

Browse files
committed
add hashtag to emphasis its a gh issue
1 parent e8bfba7 commit d918c99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_mir/transform/deaggregator.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ impl<'tcx> MirPass<'tcx> for Deaggregator {
6565
// since we don't handle enums, we don't need a cast
6666
let lhs_cast = lhs.clone();
6767

68-
// FIXME we cannot deaggregate enums issue: 35186
68+
// FIXME we cannot deaggregate enums issue: #35186
6969

7070
let lhs_proj = Lvalue::Projection(Box::new(LvalueProjection {
7171
base: lhs_cast,

0 commit comments

Comments
 (0)