Data Scientist (@UniPD-DM), PhD Student (@PPCU-FITB), PL & Compiler aficionado, public speaker, enthusiastic pianist.
Block or Report
Block or report H2CO3
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned Loading
31 contributions in the last year
Less
More
Contribution activity
November 2021
Created an issue in rust-lang/rust-clippy that received 4 comments
pattern_type_mismatch false positive when &str is matched against a const _: &str
Lint name: pattern_type_mismatch
I tried this code (Playground):
#![deny(clippy::pattern_type_mismatch)] const FOO: &str = "foo"; fn foo(s: &str) -> …
4
comments