Skip to content

synecdoche/rust-issue-17417

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

$ 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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 89.7%
  • C 10.3%