We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents db2cc79 + 6e31b80 commit 7b0febdCopy full SHA for 7b0febd
src/attributes.md
@@ -291,7 +291,7 @@ The following is an index of all built-in attributes.
291
- Code generation
292
- [`inline`] --- Hint to inline code.
293
- [`cold`] --- Hint that a function is unlikely to be called.
294
- - [`naked`] - Prevent the compiler from emitting a function prologue.
+ - [`naked`] --- Prevent the compiler from emitting a function prologue.
295
- [`no_builtins`] --- Disables use of certain built-in functions.
296
- [`target_feature`] --- Configure platform-specific code generation.
297
- [`track_caller`] --- Pass the parent call location to `std::panic::Location::caller()`.
0 commit comments