I moved a file in Rust-land and am now getting: ``...
# development
b
I moved a file in Rust-land and am now getting:
Copy code
fatal: Cannot open 'src/rust/engine/src/externs/python_parsing.rs': No such file or directory
I can't seem to get context. I removed the native engine and metadata file, and the
target
directory, and ran
cargo clean
w
it’s probably the
pants
wrapper script, which uses the git state
in
calculate_current_hash
b
Yup commiting the change fixed it thank you