Function flux_sysroot_dir
pub fn flux_sysroot_dir() -> PathBufExpand description
Returns the path to the active Flux sysroot.
Both cargo-flux and flux call this at startup:
cargo-fluxuses it to locateflux-driverand setsRUSTC=<driver>before invoking cargo.fluxuses it to locateflux-driverand passes-L <sysroot>so rustc can find the precompiled extern crates (flux_rs,flux_attrs).