3
0
Fork 0
forked from mirrors/nixpkgs
nixpkgs/pkgs/development/compilers/rust
Luka Blaskovic f7bc0a3996 rls: set RUST_SRC_PATH
rls has racer baked in which needs to know where the rust source
is to be able to do completion for std libs. By default rls will use:
$(rustc --print sysroot)/lib/rustlib/src/rust/src
which is nonexistent, this commit sets the correct source path
in a same way like it's done in racer expression.
2020-06-07 14:18:41 +00:00
..
rls rls: set RUST_SRC_PATH 2020-06-07 14:18:41 +00:00
0001-Allow-getting-no_std-from-the-config-file.patch
1_42.nix
1_43.nix rustc: 1.42.0 -> 1.43.0 2020-05-09 09:11:37 +02:00
binary.nix treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
bootstrap.nix
cargo.nix treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
clippy.nix
default.nix
print-hashes.sh rustc: 1.42.0 -> 1.43.0 2020-05-09 09:11:37 +02:00
rust-src.nix
rustc.nix
rustfmt.nix treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
setup-hook.sh