dtolnay / rustversion

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

README.md (and thus rust docs) are stale #33

Closed rbtcollins closed 1 year ago

rbtcollins commented 2 years ago

Looks like #[rustversion::any....] is the right syntax now, but the published docs still claim #[rustc::nightly]... etc

rbtcollins commented 2 years ago

Argh no, its different.

rustc-select still exists and has googlejuice.

Perhaps do a 0.1.3 of rustc-select that will fail to compile and point people at rustversion?

dtolnay commented 1 year ago

I yanked all the select-rustc releases because rustc has refused to compile them for a long time (#6).