Does not work since 2018-07-29 rustc #64
Description
I tried running semverver on the latest nightly and ran into compiler errors, which I'll make a PR for fixing as well.
But semverver has actually been broken for longer than that -- since 2017-07-29, according to the travis build history. I narrowed it down to rust-lang/rust#52723, which fixed rust-lang/rust#51796. That PR invalidates semverver's trick of importing the two different versions of the crate as "old" and "new" and then having the names come back as "old" and "new" when inspected later in https://github.com/rust-lang-nursery/rust-semverver/blob/master/src/bin/rust_semverver.rs#L43. I don't see an obvious way to ask the compiler for the crate names as passed on the command line; hopefully someone has some ideas or suggestions.
(cc @alexcrichton, who authored the rust PR in question)