Closed
Description
Due to: rust-lang/rust#43832
Logs:
error[E0308]: mismatched types
--> .cargo/registry/src/github.1485827954.workers.dev-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
Metadata
Metadata
Assignees
Labels
No labels