File tree Expand file tree Collapse file tree 14 files changed +0
-14
lines changed
r3_port_arm_m_test_driver/src
r3_port_arm_test_driver/src
r3_port_riscv_test_driver/src Expand file tree Collapse file tree 14 files changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,6 @@ The R3 original kernel is provided as a separate package [`r3_kernel`][].
59
59
#![feature(naked_functions)]
60
60
#![feature(const_mut_refs)]
61
61
#![feature(asm_const)]
62
- #![feature(asm_sym)]
63
62
#![no_std]
64
63
#![no_main]
65
64
Original file line number Diff line number Diff line change 3
3
#![ feature( const_mut_refs) ]
4
4
#![ feature( naked_functions) ]
5
5
#![ feature( asm_const) ]
6
- #![ feature( asm_sym) ]
7
6
#![ deny( unsafe_op_in_unsafe_fn) ]
8
7
#![ no_std]
9
8
#![ no_main]
Original file line number Diff line number Diff line change 3
3
#![ feature( naked_functions) ]
4
4
#![ feature( const_mut_refs) ]
5
5
#![ feature( asm_const) ]
6
- #![ feature( asm_sym) ]
7
6
#![ deny( unsafe_op_in_unsafe_fn) ]
8
7
#![ no_std]
9
8
#![ no_main]
Original file line number Diff line number Diff line change 3
3
#![ feature( naked_functions) ]
4
4
#![ feature( const_mut_refs) ]
5
5
#![ feature( asm_const) ]
6
- #![ feature( asm_sym) ]
7
6
#![ deny( unsafe_op_in_unsafe_fn) ]
8
7
#![ no_std]
9
8
#![ no_main]
Original file line number Diff line number Diff line change 5
5
#![ feature( const_mut_refs) ]
6
6
#![ feature( asm_const) ]
7
7
#![ feature( let_else) ]
8
- #![ feature( asm_sym) ]
9
8
#![ deny( unsafe_op_in_unsafe_fn) ]
10
9
#![ no_std]
11
10
#![ no_main]
Original file line number Diff line number Diff line change 4
4
#![ feature( naked_functions) ]
5
5
#![ feature( const_mut_refs) ]
6
6
#![ feature( asm_const) ]
7
- #![ feature( asm_sym) ]
8
7
#![ deny( unsafe_op_in_unsafe_fn) ]
9
8
#![ no_std]
10
9
#![ no_main]
Original file line number Diff line number Diff line change 8
8
#![ feature( lint_reasons) ]
9
9
#![ feature( decl_macro) ]
10
10
#![ feature( asm_const) ]
11
- #![ feature( asm_sym) ]
12
11
#![ deny( unsafe_op_in_unsafe_fn) ]
13
12
#![ allow( clippy:: verbose_bit_mask) ] // questionable
14
13
#![ cfg_attr(
Original file line number Diff line number Diff line change 7
7
#![ feature( slice_ptr_len) ]
8
8
#![ feature( decl_macro) ]
9
9
#![ feature( asm_const) ]
10
- #![ feature( asm_sym) ]
11
10
#![ deny( unsafe_op_in_unsafe_fn) ]
12
11
#![ cfg_attr(
13
12
feature = "doc" ,
Original file line number Diff line number Diff line change 3
3
#![ feature( naked_functions) ]
4
4
#![ feature( const_mut_refs) ]
5
5
#![ feature( asm_const) ]
6
- #![ feature( asm_sym) ]
7
6
#![ deny( unsafe_op_in_unsafe_fn) ]
8
7
#![ cfg_attr( feature = "run" , no_std) ]
9
8
#![ cfg_attr( feature = "run" , no_main) ]
Original file line number Diff line number Diff line change 8
8
#![ feature( naked_functions) ]
9
9
#![ feature( const_mut_refs) ]
10
10
#![ feature( asm_const) ]
11
- #![ feature( asm_sym) ]
12
11
#![ deny( unsafe_op_in_unsafe_fn) ]
13
12
#![ cfg_attr( feature = "run" , no_std) ]
14
13
#![ cfg_attr( feature = "run" , no_main) ]
You can’t perform that action at this time.
0 commit comments