Skip to content
This repository has been archived by the owner on Feb 11, 2018. It is now read-only.

Latest commit

 

History

History
12 lines (11 loc) · 391 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 391 Bytes
$ cargo run
   Compiling issue-17417 v0.1.0 (file:///home/steve/tmp/rust-issue-17417)
     Running `target/debug/issue-17417`
new pointer is 0x2a
$ cargo run --features fail
   Compiling issue-17417 v0.1.0 (file:///home/steve/tmp/rust-issue-17417)
     Running `target/debug/issue-17417`
new pointer is 0x0

If #17417 is fixed, the fail case should print some kind of warning.