use lalrpop_util::lalrpop_mod;
lalrpop_mod!(pub css, "/crates/parser/parser/css.rs");
I've tried different ways of writing this macro call, but I keep getting:
couldn't read C:\...\as3parser\target\debug\build\as3_parser-d8abfab424abcc27\out/crates/parser/parser/css.rs:
The system cannot find the path specified.
That sounds like a very badly behaved proc macro from lalrpop. Could you share the full code or at least your dependencies and any calls to macros from the lalrpop crate?