Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: c0571a046292
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: eadcec4988c8
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jun 7, 2020

  1. 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.
    lblasc committed Jun 7, 2020
    Copy the full SHA
    f7bc0a3 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    eadcec4 View commit details
    Browse the repository at this point in the history