]> git.lizzy.rs Git - rust.git/commitdiff
add hashtag to emphasis its a gh issue
authorScott A Carr <s.carr1024@gmail.com>
Tue, 2 Aug 2016 19:30:57 +0000 (12:30 -0700)
committerScott A Carr <s.carr1024@gmail.com>
Tue, 2 Aug 2016 19:30:57 +0000 (12:30 -0700)
src/librustc_mir/transform/deaggregator.rs

index 05bdefab40b38fa4bcfbc0502ce87e52a694b123..ae91123c69265e17432cfbe5976a3c2765823928 100644 (file)
@@ -65,7 +65,7 @@ fn run_pass<'a>(&mut self, tcx: TyCtxt<'a, 'tcx, 'tcx>,
                 // 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,