We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66dc939 commit 2152258Copy full SHA for 2152258
tests/run-pass/coerce_non_capture_closure_to_fn_ptr.rs
@@ -26,7 +26,7 @@ fn main() {
26
let g = magic1(|i| assert_eq!(i, 2)) as fn(i32);
27
g(2);
28
29
- // FIXME: This fails with "invalid use of NULL pointer"
+ // FIXME: This fails with "invalid use of NULL pointer" <https://github.com/rust-lang/miri/issues/1075>
30
//let h: fn() -> ! = || std::process::exit(0);
31
//h();
32
// FIXME: This does not even compile?!? <https://github.com/rust-lang/rust/issues/66738>
0 commit comments