-
Notifications
You must be signed in to change notification settings - Fork 73
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
unable to install #311
Comments
Hi @lethargy123 , thanks for the report :) Unfortunately, I couldn't reproduce your problem as |
cargo 1.76.0-nightly (2c03e0e2d 2023-11-16) |
Still cannot reproduce that even on nightly, weird... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The following error occurs when the cargo install rinf command is executed
error[E0658]: use of unstable library feature 'ptr_from_ref'
--> C:\Users\lethargy123.cargo\registry\src\rsproxy.cn-0dccff568467c15b\backtrace-0.3.70\src\symbolize\dbghelp.rs:260:25
|
260 | filename = Some(ptr::from_ref(slice::from_raw_parts(base, len)));
| ^^^^^^^^^^^^^
|
= note: see issue #106116 rust-lang/rust#106116 for more information
= help: add
#![feature(ptr_from_ref)]
to the crate attributes to enableCompiling os-thread-local v0.1.3
For more information about this error, try
rustc --explain E0658
.error: could not compile
backtrace
(lib) due to previous errorwarning: build failed, waiting for other jobs to finish...
error: failed to compile
rinf v6.7.0
, intermediate artifacts can be found atC:\Users\LETHAR~1\AppData\Local\Temp\cargo-installUTymNX
.To reuse those artifacts with a future compilation, set the environment variable
CARGO_TARGET_DIR
to that path.The text was updated successfully, but these errors were encountered: