#Windows Compiling Error
5 messages · Page 1 of 1 (latest)
5 messages · Page 1 of 1 (latest)
When i have this line in my code (generated by the init Command from Tauri), then the application fails to compile. at dev and build. but when i comment it out, all works fine. does anyone knows, if this line is important ?
#![cfg_attr(not(debug_assertions), windows_subsystem = "windows")]
Error: error: an inner attribute is not permitted in this context