diff options
| author | bors <bors@rust-lang.org> | 2024-04-01 18:42:58 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2024-04-01 18:42:58 +0000 |
| commit | b38b6caa3e42c76d73dc9a60e6dc34af1f20ed15 (patch) | |
| tree | 94944dd4fbb15b650d8180cf103099a23e70ed2f | |
| parent | a7e3b1c8c5964113d0866b11114cbdaffd779a2e (diff) | |
| parent | edb7aeafba0a7a93408e81e8ffeb99317e97cbba (diff) | |
| download | rust-b38b6caa3e42c76d73dc9a60e6dc34af1f20ed15.tar.gz rust-b38b6caa3e42c76d73dc9a60e6dc34af1f20ed15.zip | |
Auto merge of #123318 - TomAFrench:patch-1, r=GuillaumeGomez
chore: fix footnotes/links in `platform-support.md` A missing newline between two references is resulting in some links/footnotes not rendering properly. This PR fixes this.
| -rw-r--r-- | src/doc/rustc/src/platform-support.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/doc/rustc/src/platform-support.md b/src/doc/rustc/src/platform-support.md index 75d38dd20bd..aa982a44503 100644 --- a/src/doc/rustc/src/platform-support.md +++ b/src/doc/rustc/src/platform-support.md @@ -203,6 +203,7 @@ target | std | notes [`x86_64-unknown-uefi`](platform-support/unknown-uefi.md) | ? | 64-bit UEFI [^x86_32-floats-x87]: Floating-point support on `i586` targets is non-compliant: the `x87` registers and instructions used for these targets do not provide IEEE-754-compliant behavior, in particular when it comes to rounding and NaN payload bits. See [issue #114479][x86-32-float-issue]. + [wasi-rename]: https://github.com/rust-lang/compiler-team/issues/607 [Fortanix ABI]: https://edp.fortanix.com/ |
