for anyone trying to run inkwell via vs code and using the run/debug in rust_analyzer
Setting this in your user settings will fix this
error: No suitable version of LLVM was found system-wide or pointed
to by LLVM_SYS_170_PREFIX.
Consider using `llvmenv` to compile an appropriate copy of LLVM, and
refer to the llvm-sys documentation for more information.
llvm-sys: https://crates.io/crates/llvm-sys
llvmenv: https://crates.io/crates/llvmenv
to find LLVM_SYS_170_PREFIX run llvm-config --prefix
for anyone trying to run inkwell via vs code and using the run/debug in rust_analyzer
Setting this in your user settings will fix this
to find LLVM_SYS_170_PREFIX run
llvm-config --prefix