You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the msg_send! macro yields warnings like this with upcoming rustc 1.84.0:
error: unexpected `cfg` condition value: `cargo-clippy`
--> /opt/worker/tasks/task_171225436694629/build/obj-build/x86_64-apple-darwin/debug/build/cocoabind-fb71164ed4d87a08/out/cocoa_bindings.rs:23030:9
|
23030 | msg_send!(class!(NSColor), whiteColor)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: no expected values for `feature`
= help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
= note: this error originates in the macro `sel_impl` which comes from the expansion of the macro `msg_send` (in Nightly builds, run with -Z macro-backtrace for more info)
The text was updated successfully, but these errors were encountered:
Using the
msg_send!
macro yields warnings like this with upcoming rustc 1.84.0:The text was updated successfully, but these errors were encountered: