Searched refs:RUST_LIB_SRC (Results 1 – 2 of 2) sorted by relevance
78 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)/library103 为方便起见,可以将 ``RUST_LIB_SRC`` 导出到全局环境中。130 使用带版本号的软件包时可能需要设置 ``RUST_LIB_SRC``,例如::132 RUST_LIB_SRC=/usr/src/rustc-$(rustc-1.85 --version | cut -d' ' -f2)/library134 为方便起见,可以将 ``RUST_LIB_SRC`` 导出到全局环境中。
67 RUST_LIB_SRC ?= $(rustc_sysroot)/lib/rustlib/src/rust/library macro245 rustdoc-core: $(RUST_LIB_SRC)/core/src/lib.rs rustdoc-clean FORCE