MasterR3C0RD
Results
2
comments of
MasterR3C0RD
I do have to note that I did have to fix this bug in a local copy of the code in order to decompress a certain application, and without it...
Tested the similar patch for `case-defaults` again: ```diff diff --git a/src/generate/register.rs b/src/generate/register.rs index 5d83140..5b75711 100644 --- a/src/generate/register.rs +++ b/src/generate/register.rs @@ -1486,7 +1486,7 @@ fn base_syn_path( let mut segments = Punctuated::new();...