about summary refs log tree commit diff
path: root/compiler/rustc_trait_selection/src/traits
diff options
context:
space:
mode:
authorEllen <supbscripter@gmail.com>2021-09-07 03:02:12 +0100
committerEllen <supbscripter@gmail.com>2021-09-09 01:32:03 +0100
commit79be0802557089b408776ba161d95f8f4b5d0683 (patch)
tree654bad977cfbd513fc13f60d4023f687ec1fcea4 /compiler/rustc_trait_selection/src/traits
parent406d2ab95de0e90f45e00f6c1be1e4e7912aa153 (diff)
remove comment
Diffstat (limited to 'compiler/rustc_trait_selection/src/traits')
-rw-r--r--compiler/rustc_trait_selection/src/traits/const_evaluatable.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_trait_selection/src/traits/const_evaluatable.rs b/compiler/rustc_trait_selection/src/traits/const_evaluatable.rs
index 8c2a3d4abf4..1aaed7cade2 100644
--- a/compiler/rustc_trait_selection/src/traits/const_evaluatable.rs
+++ b/compiler/rustc_trait_selection/src/traits/const_evaluatable.rs
@@ -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 { .. }