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 d7aff96 commit 0ece55dCopy full SHA for 0ece55d
tests/compile-fail/unsupported_signal.rs
@@ -1,4 +1,5 @@
1
//! `signal()` is special on Linux and macOS that it's only supported within libstd.
2
+//! The implementation is not complete enough to permit user code to call it.
3
// ignore-windows: No libc on Windows
4
#![feature(rustc_private)]
5
0 commit comments