Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/attributes.md
Original file line number Diff line number Diff line change
Expand Up @@ -293,8 +293,8 @@ The following is an index of all built-in attributes.
- [`cold`] --- Hint that a function is unlikely to be called.
- [`no_builtins`] --- Disables use of certain built-in functions.
- [`target_feature`] --- Configure platform-specific code generation.
- [`track_caller`] - Pass the parent call location to `std::panic::Location::caller()`.
- [`instruction_set`] - Specify the instruction set used to generate a functions code
- [`track_caller`] --- Pass the parent call location to `std::panic::Location::caller()`.
- [`instruction_set`] --- Specify the instruction set used to generate a functions code

- Documentation
- `doc` --- Specifies documentation. See [The Rustdoc Book] for more
Expand Down