EnzymeAD / rust

A rust fork to work towards Enzyme integration
https://www.rust-lang.org
Other
67 stars 9 forks source link

ci: add RUSTFLAGS='-Z unstable-options' for check-cfg #152

Closed jedbrown closed 2 months ago

jedbrown commented 2 months ago

Otherwise we get errors:

error: the `-Z unstable-options` flag must also be passed to enable the flag `check-cfg`

I think this can be dropped after EnzymeAD/rust is rebased on recent upstream, where this feature has been stabilized.