File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ with the same name (or with a well-known symbol), leading to undefined behavior.
74
74
extern " C" fn foo () {}
75
75
```
76
76
77
- > ** Edition Differences ** : Before the 2024 edition it is allowed to use the ` no_mangle ` attribute without the ` unsafe ` qualification.
77
+ > ** Edition differences ** : Before the 2024 edition it is allowed to use the ` no_mangle ` attribute without the ` unsafe ` qualification.
78
78
79
79
## The ` link_section ` attribute
80
80
@@ -92,7 +92,7 @@ of memory not expecting them, such as mutable data into read-only areas.
92
92
pub static VAR1: u32 = 1;
93
93
```
94
94
95
- > ** Edition Differences ** : Before the 2024 edition it is allowed to use the ` link_section ` attribute without the ` unsafe ` qualification.
95
+ > ** Edition differences ** : Before the 2024 edition it is allowed to use the ` link_section ` attribute without the ` unsafe ` qualification.
96
96
97
97
## The ` export_name ` attribute
98
98
@@ -109,7 +109,7 @@ behavior.
109
109
pub fn name_in_rust () { }
110
110
```
111
111
112
- > ** Edition Differences ** : Before the 2024 edition it is allowed to use the ` export_name ` attribute without the ` unsafe ` qualification.
112
+ > ** Edition differences ** : Before the 2024 edition it is allowed to use the ` export_name ` attribute without the ` unsafe ` qualification.
113
113
114
114
[ _MetaNameValueStr_ ] : attributes.md#meta-item-attribute-syntax
115
115
[ `static` items ] : items/static-items.md
You can’t perform that action at this time.
0 commit comments