atlx
Results
3
issues of
atlx
**rust-analyzer version**: (eg. output of "rust-analyzer: Show RA Version" command, accessible in VSCode via Ctrl/⌘+Shift+P) rust-analyzer version: 0.3.1148-standalone (2b472f668 2022-07-31) **rustc version**: (eg. output of `rustc -V`) rustc 1.57.0 (f1edd0429...
I have LLVM 14 installed and when building, it's not picking it up. I tried changing my `Cargo.toml` to `llvm14-0`: ```toml inkwell = { git = "https://github.com/TheDan64/inkwell", branch = "master",...
question