and another reference
This commit is contained in:
parent
66dc939787
commit
2152258b04
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ fn main() {
|
|||
let g = magic1(|i| assert_eq!(i, 2)) as fn(i32);
|
||||
g(2);
|
||||
|
||||
// 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>
|
||||
//let h: fn() -> ! = || std::process::exit(0);
|
||||
//h();
|
||||
// FIXME: This does not even compile?!? <https://github.com/rust-lang/rust/issues/66738>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue