<thejpster[m]> "I’m a defmt maintainer so it..." <- Sorry about that.
In the meantime I think I really fixed it this time around.
Renaming a lib the failing crate depended on from kebab-case-longer-path to snake_case_path suddenly did the trick..
rustanalyzer suddenly fed me this which gave me the idea: 
```rust
bootloader-file-transfer-async` is not a valid identifierrust-analyzermacro-error
defmt_macros
proc_macro info
```
I also updated the corresponding RUST_LOG flag.
Maybe this helps you in case someone else has a similar issue in the future.

I might spend more time later on figuring out what exactly broke