Skip to content

Commit 449b65f

Browse files
david-sawatzkeXAMPPRocky
authored andcommitted
Modify "bare metal" hint
Since there are some bare metal arm platforms in Tier 2, this is a bit misleading
1 parent 7884696 commit 449b65f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/release/platform-support.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -219,8 +219,8 @@ target | std | rustc | cargo | notes
219219

220220
But those aren't the only platforms Rust can compile to! Those are the ones with
221221
built-in target definitions and/or standard library support. When linking only
222-
to the core library, Rust can also target "bare metal" in the x86, ARM, MIPS,
223-
and PowerPC families, though it may require defining custom target
224-
specifications to do so. All such scenarios are tier 3.
222+
to the core library, Rust can also target additional "bare metal" platforms in
223+
the x86, ARM, MIPS, and PowerPC families, though it may require defining custom
224+
target specifications to do so.
225225

226226
[Rust Forge repo]: https://github.com/rust-lang/rust-forge

0 commit comments

Comments
 (0)