that resulted in the following error Compiling wry v0.46.3 Compiling tauri v2.0.6 Compiling tauri-plugin-shell v2.0.2 Compiling asdfasdf v0.1.0 (/home/xm/Documents/Experiments/React_Applications/asdfasdf/src-tauri) Compiling tauri-runtime-wry v2.1.2 error: custom attribute panicked --> src...
Should#[foo]resolve to the#[proc_macro_attribute]or the inert attribute from theproc_macro_derive? More specifically,#[foo]'s scope could be (a) only the#[proc_macro_attribute] (b) both, causing an ambiguity error most future compatible (c) both, and the inert attribute shadows (d) b...