Constant rustc_target::RUST_LIB_DIR
source · pub(crate) const RUST_LIB_DIR: &str = "rustlib";
Expand description
The name of rustc’s own place to organize libraries.
Used to be rustc
, now the default is rustlib
.
pub(crate) const RUST_LIB_DIR: &str = "rustlib";
The name of rustc’s own place to organize libraries.
Used to be rustc
, now the default is rustlib
.