diff options
| author | Ellen <supbscripter@gmail.com> | 2021-09-07 14:27:07 +0100 |
|---|---|---|
| committer | Ellen <supbscripter@gmail.com> | 2021-09-09 01:32:03 +0100 |
| commit | fd9bb30ab8fc65da735272f9cfd55d1368da9069 (patch) | |
| tree | 600386b356327d9aa1387f62c71d213743d5f732 | |
| parent | cd2915eddb446df2d89922d3b68080d091dc247e (diff) | |
| download | rust-fd9bb30ab8fc65da735272f9cfd55d1368da9069.tar.gz rust-fd9bb30ab8fc65da735272f9cfd55d1368da9069.zip | |
CI please
| -rw-r--r-- | src/test/ui/const-generics/generic_const_exprs/unify-op-with-fn-call.rs | 1 |
1 files changed, 1 insertions, 0 deletions
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)] |
