Skip to content

Table broken in description of target aarch64-unknown-teeos #115047

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Kriskras99 opened this issue Aug 21, 2023 · 0 comments · Fixed by #115055
Closed

Table broken in description of target aarch64-unknown-teeos #115047

Kriskras99 opened this issue Aug 21, 2023 · 0 comments · Fixed by #115055
Labels
A-docs Area: Documentation for any part of the project, including the compiler, standard library, and tools

Comments

@Kriskras99
Copy link
Contributor

Location

The rustc book > 6. Platform support > 6.16. aarch64-unknown-teeos

https://doc.rust-lang.org/nightly/rustc/platform-support/aarch64-unknown-teeos.html
https://github.com/rust-lang/rust/blob/master/src/doc/rustc/src/platform-support/aarch64-unknown-teeos.md

Summary

The table containing abbreviations is not rendered, making it unreadable.
It renders correctly on GitHub, which according to the mdBook documentation uses the same syntax (https://rust-lang.github.io/mdBook/format/markdown.html#tables)

@Kriskras99 Kriskras99 added the A-docs Area: Documentation for any part of the project, including the compiler, standard library, and tools label Aug 21, 2023
@rustbot rustbot added the needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. label Aug 21, 2023
matthiaskrgr added a commit to matthiaskrgr/rust that referenced this issue Aug 21, 2023
Fix table issues in platform support documentation (closes rust-lang#115047)

mdBook needs an empty line before and after the table block.
In addition, in the tier-3 list three targets forgot about the host column and therefore showed the notes in the host column.

Closes rust-lang#115047
@bors bors closed this as completed in 32aa405 Aug 22, 2023
@Noratrieb Noratrieb removed the needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. label Aug 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-docs Area: Documentation for any part of the project, including the compiler, standard library, and tools
Projects
None yet
3 participants