comparison .shell.d/99.rust.sh @ 422:94a92c65299a

rust: drop RUST_SRC_PATH now that rustup handles rust stdlib sources
author Augie Fackler <raf@durin42.com>
date Tue, 29 Nov 2016 13:22:42 -0500
parents c19013b9b1d9
children 92d3f40572b6
comparison
equal deleted inserted replaced
421:9a2541ec4d4d 422:94a92c65299a
1 insert_path_element $HOME/.cargo/bin 1 insert_path_element $HOME/.cargo/bin
2 export RUST_SRC_PATH="$(rustc --print sysroot)/lib/rustlib/src/rust/src" 2 # export RUST_SRC_PATH="$(rustc --print sysroot)/lib/rustlib/src/rust/src"