File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -44,8 +44,8 @@ The following attributes are unsafe:
44
44
45
45
* [ ` export_name ` ]
46
46
* [ ` link_section ` ]
47
- * [ ` no_mangle ` ]
48
47
* [ ` naked ` ]
48
+ * [ ` no_mangle ` ]
49
49
50
50
r[ attributes.kind]
51
51
Attributes can be classified into the following kinds:
Original file line number Diff line number Diff line change @@ -530,12 +530,12 @@ trait object whose methods are attributed.
530
530
531
531
[ `-C target-cpu` ] : ../../rustc/codegen-options/index.html#target-cpu
532
532
[ `-C target-feature` ] : ../../rustc/codegen-options/index.html#target-feature
533
+ [ `inline` ] : #the-inline-attribute
533
534
[ `is_x86_feature_detected` ] : ../../std/arch/macro.is_x86_feature_detected.html
534
535
[ `is_aarch64_feature_detected` ] : ../../std/arch/macro.is_aarch64_feature_detected.html
535
536
[ `naked_asm!` ] : ../inline-assembly.md
536
- [ `inline` ] : #the-inline-attribute
537
- [ `track_caller` ] : #the-track-caller-attribute
538
537
[ `target_feature` conditional compilation option ] : ../conditional-compilation.md#target_feature
538
+ [ `track_caller` ] : #the-track-caller-attribute
539
539
[ `unused_variables` ] : ../../rustc/lints/listing/warn-by-default.html#unused-variables
540
540
[ attribute ] : ../attributes.md
541
541
[ attributes ] : ../attributes.md
You can’t perform that action at this time.
0 commit comments