We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adb1754 commit 199ff19Copy full SHA for 199ff19
src/test/run-pass/lib-vec.rs
@@ -44,6 +44,6 @@ fn test_map() {
44
45
fn main() {
46
test_init_elt();
47
- //XFAIL: test_init_fn(); // Segfaults.
+ test_init_fn();
48
test_slice();
49
}
0 commit comments