Skip to content

Instantly share code, notes, and snippets.

@lantos1618
Created February 25, 2024 11:04
Show Gist options
  • Save lantos1618/3e05c779fe0e12d7a396fc25558692fc to your computer and use it in GitHub Desktop.
Save lantos1618/3e05c779fe0e12d7a396fc25558692fc to your computer and use it in GitHub Desktop.
LLVM Error rust LLVM_SYS not set
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
"rust-analyzer.runnables.extraEnv": {
"LLVM_SYS_170_PREFIX": "/opt/homebrew/Cellar/llvm/17.0.6"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment