mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-26 13:01:27 +03:00
Resolve FIXME: os = none is bare metal
This commit is contained in:
@@ -516,7 +516,7 @@ fn human_readable_target_os(os: Symbol) -> Option<&'static str> {
|
||||
Managarm => "Managarm",
|
||||
Motor => "Motor OS",
|
||||
NetBsd => "NetBSD",
|
||||
None => "bare-metal", // FIXME(scrabsha): is this appropriate?
|
||||
None => "bare-metal",
|
||||
Nto => "QNX Neutrino",
|
||||
NuttX => "NuttX",
|
||||
OpenBsd => "OpenBSD",
|
||||
|
||||
Reference in New Issue
Block a user