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

Missing #[feature(generic_const_exprs)] in calling crate causes ICE due to rustc bug #86

Closed
Tehforsch opened this issue Jan 8, 2025 · 0 comments · Fixed by #87
Closed
Labels
bug Something isn't working

Comments

@Tehforsch
Copy link
Owner

Before, this would simply result in a compiler error saying that the feature is missing.
Currently, it causes an ICE. See this rustc issue: rust-lang/rust#133199

I thought that I might be able to throw an explicit error message from diman if the feature is not active, but this unfortunately not possible (since there is no #[cfg(...)] equivalent for compiler features). This means that the only thing to do right now is for the bug to get fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant