Skip to content

Commit d16e12b

Browse files
committed
rename test and add some references
1 parent 51d47e8 commit d16e12b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/run-pass/non_capture_closure_to_fn_ptr.rs renamed to tests/run-pass/coerce_non_capture_closure_to_fn_ptr.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ fn main() {
2929
// FIXME: This fails with "invalid use of NULL pointer"
3030
//let h: fn() -> ! = || std::process::exit(0);
3131
//h();
32-
// FIXME: This does not even compile?!?
32+
// FIXME: This does not even compile?!? <https://github.com/rust-lang/rust/issues/66738>
3333
//let h = magic0(|| std::process::exit(0)) as fn() -> !;
3434
//h();
35+
// Once these tests pass, they should be in separate files as they terminate the process.
3536
}

0 commit comments

Comments
 (0)