mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-03 18:43:38 +00:00
remove comment
This commit is contained in:
parent
406d2ab95d
commit
79be080255
@ -385,7 +385,7 @@ impl<'a, 'tcx> AbstractConstBuilder<'a, 'tcx> {
|
||||
| ExprKind::Repeat { .. }
|
||||
| ExprKind::Array { .. }
|
||||
| ExprKind::Block { .. }
|
||||
| ExprKind::NeverToAny { .. } // I dont think we can get this without adt construction
|
||||
| ExprKind::NeverToAny { .. }
|
||||
| ExprKind::Tuple { .. }
|
||||
| ExprKind::Index { .. }
|
||||
| ExprKind::Field { .. }
|
||||
|
Loading…
Reference in New Issue
Block a user