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.
1 parent 46ebe26 commit 4b1f081Copy full SHA for 4b1f081
src/windows/mod.rs
@@ -256,6 +256,8 @@ pub const SIG_GET: ::sighandler_t = 2;
256
pub const SIG_SGE: ::sighandler_t = 3;
257
pub const SIG_ACK: ::sighandler_t = 4;
258
259
+// DIFF(main): removed in 458c58f409
260
+// FIXME(msrv): done by `std` starting in 1.79.0
261
// inline comment below appeases style checker
262
#[cfg(all(target_env = "msvc", feature = "rustc-dep-of-std"))] // " if "
263
#[link(name = "msvcrt", cfg(not(target_feature = "crt-static")))]
0 commit comments