-
Notifications
You must be signed in to change notification settings - Fork 278
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Path is not automatically detected on OSX #1125
Comments
It seems like on 2020-07-29 the |
I work around this by making |
@Jaden-Giordano as per @mapkts suggestion i did a manual install of the but libstd seems to be missing in the clone of the rustc repo as described in the manual install section of racer, so still seems like something is missing |
Further, the Line 535 in a4bcf46
So, I get the following error:
I did not find any resources on the renaming of these directories, maybe there are even more changes. Anybody else knows something about this? Better title for this issue would maybe be "rust-src directories have been renamed in nightly" as it does not only affect MacOS. |
Looks like the new layout is already handled Line 824 in bc47875
so maybe it just a matter of removing that assert. |
So its actually fixed in master e669f6b |
Fixed some related issues in 3bcf543 and racer-rust/emacs-racer#144 |
Hi,
I've updated OSX to the last supplemental update and completion seems to have stopped working.
the
rust-src
component path seems to no longer be detected accurately.Setting it manually seems to not work very well as it can't find
libstd
it seems this path no longer exists:
export RUST_SRC_PATH="$(rustc --print sysroot)/lib/rustlib/src/rust/src"
Versions:
rustc 1.47.0-nightly (8e21bd063 2020-08-14)
rustup 1.22.1 (b01adbbc3 2020-07-08)
racer 2.1.37
Not sure what i am missing
The text was updated successfully, but these errors were encountered: