dtolnay / rustversion

Conditional compilation according to rustc compiler version
Apache License 2.0
326 stars 15 forks source link

Replace parse return type with ParseResult enum #34

Closed dtolnay closed 2 years ago

dtolnay commented 2 years ago

In preparation for fixing #13, which will involve adding a variant that reports a clippy version has been found instead of a rustc version.