File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 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:
2121* Breaking the [ pointer aliasing rules] [ ]
2222* Unwinding into another language
2323* 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
2626* Producing invalid primitive values (either alone or as a field of a compound
2727 type such as ` enum ` /` struct ` /array/tuple):
2828 * a ` bool ` that isn't 0 or 1
@@ -81,4 +81,4 @@ these problems are considered impractical to categorically prevent.
8181[ pointer aliasing rules ] : references.html
8282[ uninitialized memory ] : uninitialized.html
8383[ 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