File tree 5 files changed +1
-9
lines changed
5 files changed +1
-9
lines changed Original file line number Diff line number Diff line change 1
- #![ feature( const_loop) ]
2
1
#![ feature( const_fn) ]
3
- #![ feature( const_if_match) ]
4
2
#![ feature( const_mut_refs) ]
5
3
#![ feature( unsafe_block_in_unsafe_fn) ] // `unsafe fn` doesn't imply `unsafe {}`
6
4
#![ deny( unsafe_op_in_unsafe_fn) ]
Original file line number Diff line number Diff line change 1
- nightly-2020-06-24
1
+ nightly-2020-07-07
Original file line number Diff line number Diff line change 1
1
#![ feature( external_doc) ] // `#[doc(include = ...)]`
2
2
#![ feature( const_fn) ]
3
- #![ feature( const_if_match) ]
4
3
#![ feature( const_panic) ]
5
- #![ feature( const_loop) ]
6
4
#![ feature( const_generics) ]
7
5
#![ feature( const_ptr_offset) ]
8
6
#![ feature( const_mut_refs) ]
Original file line number Diff line number Diff line change 1
1
//! Runs test cases defined in `constance_test_suite`.
2
- #![ feature( const_loop) ]
3
- #![ feature( const_if_match) ]
4
2
#![ feature( never_type) ]
5
3
#![ feature( const_mut_refs) ]
6
4
#![ feature( const_fn) ]
Original file line number Diff line number Diff line change 1
1
#![ feature( external_doc) ] // `#[doc(include = ...)]`
2
- #![ feature( const_loop) ]
3
2
#![ feature( const_fn) ]
4
- #![ feature( const_if_match) ]
5
3
#![ feature( unsafe_block_in_unsafe_fn) ] // `unsafe fn` doesn't imply `unsafe {}`
6
4
#![ deny( unsafe_op_in_unsafe_fn) ]
7
5
#![ doc( include = "./lib.md" ) ]
You can’t perform that action at this time.
0 commit comments