Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 379 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 379 Bytes

To setup to analyze and browse with my rust-analyzer & Emacs config:

  1. Generate the "build" directory needed by ~/.config/emacs/my/lib/my-rust-lang-proj.el:
    ./x check --build-dir /var/tmp/$HOME/rust-lang/build-for-rust-analyzer
    Apparently, this doesn't require entering the nix-shell environment of ./shell.nix. (But doing ./x build would.)