Dee-Jay Logozzo
Dee-Jay Logozzo
### Issue Even if there is no `.config` arguments being used, (eg: `-O` or `-I`), the .config dir is unconditionally created, and the program unconditionally errors out if that creation...
## Hello! - Vote on this issue by adding a 👍 reaction - If you want to implement this feature, comment to let us know (we'll work with you on...
Lint name: enum_clike_unportable_variant I tried this code: ```rust #[repr(usize)] pub enum Foo { Bar = 0, Baz = HIGH_BIT | 1, } const HIGH_BIT: usize = 1usize.rotate_right(1); ``` I expected...