dtolnay / rustversion

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

Move version parsing to build time #12

Closed dtolnay closed 4 years ago

dtolnay commented 4 years ago

This allows us to print better errors that aren't tied to a specific macro invocation.