rls
rls copied to clipboard
Fails on OpenBSD
Howdy! I'm getting a strange error on OpenBSD. I manually built rustup and get this error when rls runs
Process rls stderr finished
12 error: Unable parse configuration: Provided host 'x86_64-unknown-openbsd' couldn't be converted to
13 partial triple
14
When I try to cargo install rls from my distro's cargo (since I get the same error with rustc from rustup), I get nothing printed but it returns to stderr (i.e. the program exits as failed with no output).