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 @@ -21,8 +21,8 @@ language cares about is preventing the following things:
21
21
* Breaking the [ pointer aliasing rules] [ ]
22
22
* Unwinding into another language
23
23
* Causing a [ data race] [ race ]
24
- * Executing code compiled with target features that the current thread of execution does
25
- not support (see [ ` target_feature ` ] [ ] )
24
+ * Executing code compiled with [ target features] [ ] that the current thread of execution does
25
+ not support
26
26
* Producing invalid primitive values (either alone or as a field of a compound
27
27
type such as ` enum ` /` struct ` /array/tuple):
28
28
* a ` bool ` that isn't 0 or 1
@@ -81,4 +81,4 @@ these problems are considered impractical to categorically prevent.
81
81
[ pointer aliasing rules ] : references.html
82
82
[ uninitialized memory ] : uninitialized.html
83
83
[ race ] : races.html
84
- [ `target_feature` ] : ../reference/attributes/codegen.html#the-target_feature-attribute
84
+ [ target features ] : ../reference/attributes/codegen.html#the-target_feature-attribute
You can’t perform that action at this time.
0 commit comments