]> git.lizzy.rs Git - rust.git/blobdiff - library/std/src/rt.rs
Rollup merge of #103122 - ouz-a:mir-technical-debt, r=oli-obk
[rust.git] / library / std / src / rt.rs
index b8bcdbece0af3d0ed522626b4333173367cc602c..9c2f0c1dd3eb669fe04fd01c604363bae111ac38 100644 (file)
@@ -89,7 +89,7 @@ macro_rules! rtunwrap {
 // `src/tools/tidy/src/pal.rs` for more info. On all other platforms, `sigpipe`
 // has a value, but its value is ignored.
 //
-// Even though it is an `u8`, it only ever has 3 values. These are documented in
+// Even though it is an `u8`, it only ever has 4 values. These are documented in
 // `compiler/rustc_session/src/config/sigpipe.rs`.
 #[cfg_attr(test, allow(dead_code))]
 unsafe fn init(argc: isize, argv: *const *const u8, sigpipe: u8) {