Nothing to see here, move along meow
0

Configure Feed

Select the types of activity you want to include in your feed.

at main 263 B View raw
1fn main() { 2 let manifest_dir = std::env::var("CARGO_MANIFEST_DIR").unwrap(); 3 let linker_script = format!("{manifest_dir}/linker-x86_64.ld"); 4 println!("cargo:rustc-link-arg=-T{linker_script}"); 5 println!("cargo:rerun-if-changed={linker_script}"); 6}