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 ce3cc46 commit 907f5b4Copy full SHA for 907f5b4
src/libcore/managed.rs
@@ -62,6 +62,7 @@ impl<T> Data<T> {
62
}
63
64
#[test]
65
+#[ignore(cfg(windows))]
66
#[should_fail]
67
fn test_mut_in_imm() {
68
let m = Managed(1);
@@ -73,6 +74,7 @@ fn test_mut_in_imm() {
73
74
75
76
77
78
79
fn test_imm_in_mut() {
80
@@ -129,6 +131,7 @@ fn test_const_in_imm() {
129
131
130
132
133
134
135
136
fn test_mut_in_imm_in_const() {
137
0 commit comments