Skip to content
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

Eyre broken in rust-analyzer with nightly #155

Open
Nilstrieb opened this issue Feb 7, 2024 · 1 comment
Open

Eyre broken in rust-analyzer with nightly #155

Nilstrieb opened this issue Feb 7, 2024 · 1 comment
Assignees

Comments

@Nilstrieb
Copy link

When using nightly, rust-analyzer is completely unable to resolve anything regarading eyre when using a nightly toolchain. I suspect this is because of the build script used here, which is why I'm opening the issue here and not with rust-analyzer. This probably does something with the build script that breaks rust-analyzer. (I personally really dislike these feature detection build scripts, I would prefer it if eyre just raised its MSRV to require everything it needs and deleted the build script, but I can understand if you don't want to do that).

When using the stable toolchain, it works perfectly fine.

@ten3roberts ten3roberts self-assigned this Mar 26, 2024
@ten3roberts
Copy link
Contributor

Hey there, this looks related to #84 , which is to be fixed by #160.

Would you mind giving the branch a spin?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants