From fd9bb30ab8fc65da735272f9cfd55d1368da9069 Mon Sep 17 00:00:00 2001 From: Ellen Date: Tue, 7 Sep 2021 14:27:07 +0100 Subject: [PATCH] CI please --- .../const-generics/generic_const_exprs/unify-op-with-fn-call.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/test/ui/const-generics/generic_const_exprs/unify-op-with-fn-call.rs b/src/test/ui/const-generics/generic_const_exprs/unify-op-with-fn-call.rs index abbeb2c928e..bb054bec6b6 100644 --- a/src/test/ui/const-generics/generic_const_exprs/unify-op-with-fn-call.rs +++ b/src/test/ui/const-generics/generic_const_exprs/unify-op-with-fn-call.rs @@ -1,3 +1,4 @@ +// check-pass #![feature(generic_const_exprs, adt_const_params, const_trait_impl)] #![allow(incomplete_features)]