aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bash/env.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/bash/env.sh b/bash/env.sh
index 659f411..fd15a0f 100644
--- a/bash/env.sh
+++ b/bash/env.sh
@@ -91,3 +91,4 @@ export PATH="$GOPATH/bin:$PATH"
# Rust
#
export PATH="$HOME/.cargo/bin:$PATH"
+export RUST_SRC_PATH="$(rustc --print sysroot)/lib/rustlib/src/rust/src"