We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
const-generics
1 parent c8e4f6d commit 1a2d9e6Copy full SHA for 1a2d9e6
.travis.yml
@@ -27,7 +27,9 @@ script:
27
cargo test --no-default-features --features std &&
28
cargo test --no-default-features --features "std i128" &&
29
cargo test --no-default-features --features "std core_hint_black_box" &&
30
- cargo test --no-default-features --features "std i128 core_hint_black_box"
+ cargo test --no-default-features --features "std const-generics" &&
31
+ cargo test --no-default-features --features "std i128 core_hint_black_box" &&
32
+ cargo test --no-default-features --features "std i128 core_hint_black_box const-generics"
33
34
notifications:
35
slack:
0 commit comments