mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-28 02:57:37 +00:00
add hashtag to emphasis its a gh issue
This commit is contained in:
parent
e8bfba7dc8
commit
d918c990de
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user