I made a build.rs with ``` fn main() { println!("cargo:rustc-link-arg-bins=-Tdefmt.x"); } ``` And that didn't help either 🙃