mirror of
https://github.com/rcore-os/rCore-Tutorial-v3.git
synced 2024-11-21 08:56:27 +04:00
3 lines
123 B
Bash
3 lines
123 B
Bash
export PATH=$(rustc --print sysroot)/bin:$PATH
|
|
export RUST_SRC_PATH=$(rustc --print sysroot)/lib/rustlib/src/rust/library/
|