Add unstable-const-fn feature to make new() functions const.

This commit is contained in:
Mara Bos
2020-06-30 16:26:22 +02:00
parent 4043c58de7
commit fe70c23e94
6 changed files with 40 additions and 3 deletions
+3
View File
@@ -22,6 +22,9 @@ matrix:
- rust: nightly
env:
- FEATURES='array-sizes-33-128 array-sizes-129-255'
- rust: nightly
env:
- FEATURES='unstable-const-fn'
- name: "miri"
script: sh ci/miri.sh
branches: