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 1c19e28 commit d6bb8a7Copy full SHA for d6bb8a7
src/attributes/codegen.md
@@ -191,6 +191,11 @@ The [`track_caller`](#the-track_caller-attribute) attribute cannot be applied to
191
r[attributes.codegen.naked.testing]
192
The [testing attributes](testing.md) cannot be applied to a naked function.
193
194
+r[attributes.codegen.naked.target_feature]
195
+The [`target_feature`][attributes.codegen.target_feature] attribute cannot be applied to a naked function.
196
+
197
+<!-- TODO: Reflexive rules? -->
198
199
<!-- template:attributes -->
200
r[attributes.codegen.no_builtins]
201
## The `no_builtins` attribute
0 commit comments