We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12ecdb6 commit 651f382Copy full SHA for 651f382
src/libstd/vec.rs
@@ -3154,6 +3154,7 @@ mod tests {
3154
}
3155
3156
3157
+ #[ignore] // FIXME #8698
3158
#[test]
3159
#[should_fail]
3160
fn test_map_fail() {
@@ -3168,6 +3169,7 @@ mod tests {
3168
3169
};
3170
3171
3172
3173
3174
3175
fn test_flat_map_fail() {
@@ -3182,6 +3184,7 @@ mod tests {
3182
3184
3183
3185
3186
3187
3188
3189
3190
fn test_rposition_fail() {
@@ -3196,6 +3199,7 @@ mod tests {
3196
3199
3197
3200
3198
3201
3202
3203
3204
3205
fn test_permute_fail() {
0 commit comments