We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3df388 commit f232a27Copy full SHA for f232a27
src/attributes/codegen.md
@@ -118,6 +118,11 @@ The [`track_caller`](#the-track_caller-attribute) attribute cannot be applied to
118
r[attributes.codegen.naked.testing]
119
The [testing attributes](testing.md) cannot be applied to a naked function.
120
121
+r[attributes.codegen.naked.target_feature]
122
+The [`target_feature`][attributes.codegen.target_feature] attribute cannot be applied to a naked function.
123
+
124
+<!-- TODO: Reflexive rules? -->
125
126
r[attributes.codegen.no_builtins]
127
## The `no_builtins` attribute
128
0 commit comments