Home
last modified time | relevance | path

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

/linux/rust/
H A DMakefile49 RUST_LIB_SRC ?= $(rustc_sysroot)/lib/rustlib/src/rust/library macro
104 rustdoc-core: $(RUST_LIB_SRC)/core/src/lib.rs FORCE
392 $(rustc_sysroot) $(RUST_LIB_SRC) $(if $(KBUILD_EXTMOD),$(srcroot)) \
442 $(obj)/core.o: $(RUST_LIB_SRC)/core/src/lib.rs \
/linux/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