We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68341a9 commit 41320faCopy full SHA for 41320fa
src/libstd/sync/mpsc/spsc_queue.rs
@@ -76,7 +76,7 @@ impl<T> Node<T> {
76
}
77
78
impl<T> Queue<T> {
79
- #[cfg(test)]
+ #[cfg(all(test, not(target_os = "emscripten")))]
80
/// Creates a new queue.
81
///
82
/// This is unsafe as the type system doesn't enforce a single
0 commit comments