Hi,
When macro expansion is activated in rust-analyser in VSCode, I get the following error, every time I use bunt::println!:
expected none or () delimited group, but found different token tree (note: do not use the macros from bunt-macros directly, but only through bunt)
Is this somehow fixable?
Macro expansion is useful for completion of types that are created via proc macros (e.g. typed_builder), but now my code is littered with error messages that the compiler itself doesn't report as errors.