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
error[E0308]: mismatched types
--> .cargo/registry/src/github.heygears.com-1ecc6299db9ec823/clippy_lints-0.0.152/src/utils/mod.rs:117:61
|
117 | ExpnFormat::CompilerDesugaring(name) => name != "...",
| ^^^^^ expected enum `syntax_pos::CompilerDesugaringKind`, found reference
|
= note: expected type `syntax_pos::CompilerDesugaringKind`
found type `&'static str`
error: aborting due to previous error
error: Could not compile `clippy_lints`.
warning: build failed, waiting for other jobs to finish...
error: failed to compile `clippy v0.0.152`, intermediate artifacts can be found at `/tmp/cargo-install.zAvvHQr48G8S`
Caused by:
build failed
The text was updated successfully, but these errors were encountered:
Due to: rust-lang/rust#43832
Logs:
The text was updated successfully, but these errors were encountered: