File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -69,12 +69,12 @@ jobs:
69
69
"rust_stable adt_const_marker alloc"
70
70
71
71
cargo test --no-default-features --features \
72
- "rust_stable adt_const_marker proc_macros alloc"
73
- # "rust_stable adt_const_marker proc_macros __ui_tests alloc"
72
+ "rust_stable adt_const_marker generic_const_exprs proc_macros alloc"
73
+ # "rust_stable adt_const_marker generic_const_exprs proc_macros __ui_tests alloc"
74
74
75
75
cargo test --no-default-features --features \
76
- "rust_stable adt_const_marker alloc"
77
- # "rust_stable adt_const_marker __ui_tests alloc"
76
+ "rust_stable adt_const_marker generic_const_exprs alloc"
77
+ # "rust_stable adt_const_marker generic_const_exprs __ui_tests alloc"
78
78
79
79
MIRI_NIGHTLY=nightly-$(curl -s https://rust-lang.github.io/rustup-components-history/x86_64-unknown-linux-gnu/miri)
80
80
echo "Installing latest nightly with Miri"
88
88
cargo clean
89
89
90
90
env RUST_BACKTRACE=0 cargo miri test --no-default-features \
91
- --features "${{env.rustv}} adt_const_marker proc_macros alloc"
91
+ --features "${{env.rustv}} adt_const_marker generic_const_exprs proc_macros alloc"
Original file line number Diff line number Diff line change @@ -660,6 +660,6 @@ pub mod __ {
660
660
661
661
662
662
663
- #[ cfg( all( doctest, feature = "rust_stable " ) ) ]
663
+ #[ cfg( all( doctest, feature = "generic_const_exprs " ) ) ]
664
664
#[ doc = include_str ! ( "../README.md" ) ]
665
665
pub struct ReadmeTest ;
You can’t perform that action at this time.
0 commit comments