Skip to content

Commit

Permalink
temporarily disable ptr_offset, maybe that helps
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfJung committed Jul 4, 2019
1 parent 8dfb278 commit 802dcb7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/run-pass-noseed/ptr_int_casts.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// FIXME move this to run-pass, it should work with intptrcast.
use std::mem;
use std::ptr;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// FIXME move this to run-pass, it should work with intptrcast.

fn f() -> i32 { 42 }

fn main() {
Expand Down

0 comments on commit 802dcb7

Please sign in to comment.