Location (URL)
https://doc.rust-lang.org/nightly/rustc/platform-support.html#tier-3
Summary
The notes field for several recently demoted tier 3 platforms is displayed in the host column. This looks like simple copy/paste errors from 430d353 and 6660d75 (the tier 3 table has more columns than the others on that page).
The targets in question are:
- armebv7r-none-eabi
- armebv7r-none-eabihf
- wasm32-wasip3
Edit:
89a5bb6 and 215c936 introduced the opposite problem with armv8r-none-eabihf and armv7a-none-eabihf, respectively.
Location (URL)
https://doc.rust-lang.org/nightly/rustc/platform-support.html#tier-3
Summary
The notes field for several recently demoted tier 3 platforms is displayed in the host column. This looks like simple copy/paste errors from 430d353 and 6660d75 (the tier 3 table has more columns than the others on that page).
The targets in question are:
Edit:
89a5bb6 and 215c936 introduced the opposite problem with armv8r-none-eabihf and armv7a-none-eabihf, respectively.