Home
last modified time | relevance | path

Searched refs:RUST_LIB_SRC (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/rust/
H A DMakefile52 RUST_LIB_SRC ?= $(rustc_sysroot)/lib/rustlib/src/rust/library macro
111 rustdoc-core: $(RUST_LIB_SRC)/core/src/lib.rs FORCE
/linux-6.15/scripts/
H A Drust_is_available.sh271 rustc_src=${RUST_LIB_SRC:-"$rustc_sysroot/lib/rustlib/src/rust/library"}
/linux-6.15/Documentation/rust/
H A Dquick-start.rst77 RUST_LIB_SRC = "${pkgs.rust.packages.stable.rustPlatform.rustLibSrc}";
98 ``RUST_LIB_SRC`` needs to be set when using the versioned packages, e.g.::
100 RUST_LIB_SRC=/usr/src/rustc-$(rustc-1.80 --version | cut -d' ' -f2)/library