KDAB / cxx-qt

Safe interop between Rust and Qt
https://kdab.github.io/cxx-qt/book/
964 stars 66 forks source link

build: for Rust 1.80 we need to specify rustc-check-cfg #950

Closed ahayzen-kdab closed 1 month ago

ahayzen-kdab commented 2 months ago

Otherwise you get build warnings when using rustc-cfg attributes.

https://blog.rust-lang.org/2024/05/06/check-cfg.html

ahayzen-kdab commented 2 months ago

This could be backported to the 0.6.x series too.