[Here](https://github.com/fitzgen/cpp_demangle/blob/82d942a2896300c54a180cea97a26267ccd037aa/build.rs#L23): `println!("cargo:rerun-if-changed=in/*");` Globs are not expanded by Cargo, they are interpreted literally, meaning this is likely referring to a nonexistent location. Ref https://github.com/rust-lang/cargo/issues/4076