Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Eyre broken in rust-analyzer with nightly #155

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

Eyre broken in rust-analyzer with nightly #155

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

Comments

@Noratrieb
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?

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

No branches or pull requests

2 participants