TedDriggs / darling

A Rust proc-macro attribute parser
MIT License
983 stars 66 forks source link

Fix CI by bumping compiletest rust version #282

Closed GnomedDev closed 5 months ago

TedDriggs commented 5 months ago

The fixed version of rustc is necessary to avoid CI failures due to compiler error messages changing across versions. What’s the goal of removing it here?

GnomedDev commented 5 months ago

I figured that out before you commented that, and have already changed the PR to simple bump the version up to latest.