Home
last modified time | relevance | path

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

/linux/Documentation/translations/zh_CN/rust/
H A Dquick-start.rst78 RUST_LIB_SRC = "${pkgs.rust.packages.stable.rustPlatform.rustLibSrc}";
99 此外,需要设置 ``RUST_LIB_SRC``,例如::
101 RUST_LIB_SRC=/usr/src/rustc-$(rustc --version | cut -d' ' -f2)/library
103 为方便起见,可以将 ``RUST_LIB_SRC`` 导出到全局环境中。
130 使用带版本号的软件包时可能需要设置 ``RUST_LIB_SRC``,例如::
132 RUST_LIB_SRC=/usr/src/rustc-$(rustc-1.85 --version | cut -d' ' -f2)/library
134 为方便起见,可以将 ``RUST_LIB_SRC`` 导出到全局环境中。
/linux/rust/
H A DMakefile67 RUST_LIB_SRC ?= $(rustc_sysroot)/lib/rustlib/src/rust/library macro
245 rustdoc-core: $(RUST_LIB_SRC)/core/src/lib.rs rustdoc-clean FORCE