We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bd4e27 commit 6723e69Copy full SHA for 6723e69
src/test/run-pass/issue-29663.rs
@@ -10,6 +10,8 @@
10
11
// write_volatile causes an LLVM assert with composite types
12
13
+// ignore-emscripten See #41299: probably a bad optimization
14
+
15
#![feature(volatile)]
16
use std::ptr::{read_volatile, write_volatile};
17
0 commit comments