Skip to content

Commit 79be080

Browse files
committed
remove comment
1 parent 406d2ab commit 79be080

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_trait_selection/src/traits/const_evaluatable.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ impl<'a, 'tcx> AbstractConstBuilder<'a, 'tcx> {
385385
| ExprKind::Repeat { .. }
386386
| ExprKind::Array { .. }
387387
| ExprKind::Block { .. }
388-
| ExprKind::NeverToAny { .. } // I dont think we can get this without adt construction
388+
| ExprKind::NeverToAny { .. }
389389
| ExprKind::Tuple { .. }
390390
| ExprKind::Index { .. }
391391
| ExprKind::Field { .. }

0 commit comments

Comments
 (0)