Skip to content

Commit 2152258

Browse files
committed
and another reference
1 parent 66dc939 commit 2152258

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/run-pass/coerce_non_capture_closure_to_fn_ptr.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ fn main() {
2626
let g = magic1(|i| assert_eq!(i, 2)) as fn(i32);
2727
g(2);
2828

29-
// FIXME: This fails with "invalid use of NULL pointer"
29+
// FIXME: This fails with "invalid use of NULL pointer" <https://github.com/rust-lang/miri/issues/1075>
3030
//let h: fn() -> ! = || std::process::exit(0);
3131
//h();
3232
// FIXME: This does not even compile?!? <https://github.com/rust-lang/rust/issues/66738>

0 commit comments

Comments
 (0)