mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-26 13:01:27 +03:00
39d5d45b9a
rustdoc: Fix Managarm C Library name in cfg pretty printer Like rust-lang/rust#155293, this was introduced in https://github.com/rust-lang/rust/pull/154328. Unlike that PR, I don't think there's any need to backport, because this cfg is not used anywhere in the standard library. (I searched for `"mlibc"`, the only place it's used in rust-lang/rust is the HTML doc test.) #### Other Minor Fixes Remove a FIXME comment in the pretty printer, `os = "none"` is always bare metal: https://github.com/rust-lang/rust/blob/d227e48c560e915fe7c0b8b3e821680a3a0ba739/compiler/rustc_target/src/spec/mod.rs#L3179 Fix a comment typo, ignore another typo in vendored sources.