Closed Gilnaa closed 4 years ago
the nightly 1.40 compiler equates lower than Version::from((1, 40, 0))
That seems like a bug?
I don't think so, 1.40-nightly does predate 1.40-stable. I'm okay with this situation since not all 1.40 nightlies support doctest and 1.41 should be out any minute now
Tested with nightly-2017-09-01 which was just after 1.20 was released.
The 1.40 version comparison currently doesn't work, since the nightly 1.40 compiler equates lower than
Version::from((1, 40, 0))
. This shouldn't be a problem once 1.41 nightly compilers are available.