Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 1c39eaa

Browse files
Rollup merge of #144766 - Berrysoft:patch-1, r=GuillaumeGomez
Add human readable name "Cygwin" Closes #144680
2 parents b7c8e66 + f909918 commit 1c39eaa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎src/librustdoc/clean/cfg.rs‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -486,6 +486,7 @@ impl fmt::Display for Display<'_> {
486486
(sym::debug_assertions, None) => "debug-assertions enabled",
487487
(sym::target_os, Some(os)) => match os.as_str() {
488488
"android" => "Android",
489+
"cygwin" => "Cygwin",
489490
"dragonfly" => "DragonFly BSD",
490491
"emscripten" => "Emscripten",
491492
"freebsd" => "FreeBSD",

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /