anyc / steam-overlay

Gentoo overlay for Valve's Steam client and Steam-based games
GNU General Public License v2.0
202 stars 44 forks source link

x11-libs/extest-1.0.1 fails to compile #346

Closed brettalcox closed 9 months ago

brettalcox commented 9 months ago

The 1.0.53 version of proc-macro2 is pulled into x11-libs/extest-1.0.1 which uses some experimental features that are later removed in the more recent cuts of nightly. Should be able to bump this crate to something >=1.0.63 to resolve

liuyujielol commented 9 months ago

Please provide more info.

The 1.0.53 version of proc-macro2 is pulled into x11-libs/extest-1.0.1 which uses some experimental features that are later removed in the more recent cuts of nightly. Should be able to bump this crate to something >=1.0.63 to resolve

Actually the crates list has no change compared to previous ebuild, and I did't get similiar errors, this is probably about the rust-toolchain you're using.

brettalcox commented 9 months ago

@liuyujielol currently running on rustc 1.73.0-nightly (cc66ad468 2023-10-03) (gentoo). I opened a PR upstream to bump versions in Cargo.lock https://github.com/Supreeeme/extest/pull/8