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...
This is probably connected to#[proc_macro_attribute]which was merged in this timeframe (PR), and not the feature flag itself. serde_derive-based example failing the same way: #![feature(proc_macro)]#[macro_use]externcrateserde_derive;externcrateserde_json;#[derive(Serialize,Deserialize,Debu...