We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents da095ee + 4fb296e commit 9d05f56Copy full SHA for 9d05f56
src/libstd/env.rs
@@ -671,9 +671,9 @@ pub mod consts {
671
///
672
/// Some possible values:
673
674
- /// - .so
675
- /// - .dylib
676
- /// - .dll
+ /// - so
+ /// - dylib
+ /// - dll
677
#[stable(feature = "env", since = "1.0.0")]
678
pub const DLL_EXTENSION: &'static str = super::os::DLL_EXTENSION;
679
@@ -682,7 +682,9 @@ pub mod consts {
682
683
684
685
- /// - exe
+ /// - .exe
686
+ /// - .nexe
687
+ /// - .pexe
688
/// - `""` (an empty string)
689
690
pub const EXE_SUFFIX: &'static str = super::os::EXE_SUFFIX;
0 commit comments