File tree Expand file tree Collapse file tree 5 files changed +1
-9
lines changed Expand file tree Collapse file tree 5 files changed +1
-9
lines changed Original file line number Diff line number Diff line change 1- #![ feature( const_loop) ]
21#![ feature( const_fn) ]
3- #![ feature( const_if_match) ]
42#![ feature( const_mut_refs) ]
53#![ feature( unsafe_block_in_unsafe_fn) ] // `unsafe fn` doesn't imply `unsafe {}`
64#![ 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 11#![ feature( external_doc) ] // `#[doc(include = ...)]`
22#![ feature( const_fn) ]
3- #![ feature( const_if_match) ]
43#![ feature( const_panic) ]
5- #![ feature( const_loop) ]
64#![ feature( const_generics) ]
75#![ feature( const_ptr_offset) ]
86#![ feature( const_mut_refs) ]
Original file line number Diff line number Diff line change 11//! Runs test cases defined in `constance_test_suite`.
2- #![ feature( const_loop) ]
3- #![ feature( const_if_match) ]
42#![ feature( never_type) ]
53#![ feature( const_mut_refs) ]
64#![ feature( const_fn) ]
Original file line number Diff line number Diff line change 11#![ feature( external_doc) ] // `#[doc(include = ...)]`
2- #![ feature( const_loop) ]
32#![ feature( const_fn) ]
4- #![ feature( const_if_match) ]
53#![ feature( unsafe_block_in_unsafe_fn) ] // `unsafe fn` doesn't imply `unsafe {}`
64#![ deny( unsafe_op_in_unsafe_fn) ]
75#![ doc( include = "./lib.md" ) ]
You can’t perform that action at this time.
0 commit comments