If I want to fork RustPython and access it locally in a Rust project, it doesn't currently work because RustPython/compiler/parser/python.rs is not generated. I haven't been able to figure out how to generate it, so I just copied the file from my .cargo folder.