Skip to content

Commit b81d430

Browse files
committed
link target tier policy to new targets
1 parent fc3d57c commit b81d430

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

RELEASES.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,17 @@ Compiler
1212
- [Fixes wrong `unreachable_pub` lints on nested and glob public reexport][87487]
1313
- [Stabilize `-Z instrument-coverage` as `-C instrument-coverage`][90132]
1414
- [Stabilize `-Z print-link-args` as `--print link-args`][91606]
15-
- [`mips64-openwrt-linux-musl`: Add Tier 3 target][92300]
16-
- [Add new target `armv7-unknown-linux-uclibceabi` (softfloat)][92383]
15+
- [Add new Tier 3 target `mips64-openwrt-linux-musl`\*][92300]
16+
- [Add new Tier 3 target `armv7-unknown-linux-uclibceabi` (softfloat)\*][92383]
1717
- [Fix invalid removal of newlines from doc comments][92357]
1818
- [Add kernel target for RustyHermit][92670]
1919
- [Deny mixing bin crate type with lib crate types][92933]
2020
- [Make rustc use `RUST_BACKTRACE=full` by default][93566]
2121
- [Upgrade to LLVM 14][93577]
2222

23+
\* Refer to Rust's [platform support page][platform-support-doc] for more
24+
information on Rust's tiered platform support.
25+
2326
Libraries
2427
---------
2528
- [Guarantee call order for `sort_by_cached_key`][89621]

0 commit comments

Comments
 (0)