Document RISC-V d, e, and f extensions

These are being stabilized in
https://github.com/rust-lang/rust/pull/156188 as cfg-only features. It
is a little odd to list them here in the target_feature attribute
section since they can't be used with the attribute, but I think it
makes sense to keep things together. Perhaps in the future we may
consider breaking these lists out into a separate section and rearrange
things.
1 file changed
tree: 7a6744c666248f24381bc3a024be5e16b1e4d74a
  1. .cargo/
  2. .github/
  3. dev-guide/
  4. docs/
  5. src/
  6. theme/
  7. tools/
  8. .gitattributes
  9. .gitignore
  10. book.toml
  11. Cargo.lock
  12. Cargo.toml
  13. CONTRIBUTING.md
  14. LICENSE-APACHE
  15. LICENSE-MIT
  16. README.md
  17. reference.md
  18. rust-toolchain.toml
  19. rustfmt.toml
  20. triagebot.toml
README.md

The Rust Language Reference

This document is the primary reference for the Rust programming language.

Contributor docs

See the Reference Developer Guide for information on contributing to the Reference.