Skip to content

Commit

Permalink
add hashtag to emphasis its a gh issue
Browse files Browse the repository at this point in the history
  • Loading branch information
scottcarr committed Aug 2, 2016
1 parent e8bfba7 commit d918c99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc_mir/transform/deaggregator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ impl<'tcx> MirPass<'tcx> for Deaggregator {
// since we don't handle enums, we don't need a cast
let lhs_cast = lhs.clone();

// FIXME we cannot deaggregate enums issue: 35186
// FIXME we cannot deaggregate enums issue: #35186

let lhs_proj = Lvalue::Projection(Box::new(LvalueProjection {
base: lhs_cast,
Expand Down

0 comments on commit d918c99

Please sign in to comment.