We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
const
currently, something like
#[self_referencing] struct Foo<const C: usize> { x: (), #[borrows(x)] y: &'this (), }
results in an unhelpful error message
error: custom attribute panicked --> src/main.rs:11:1 | 11 | #[self_referencing] | ^^^^^^^^^^^^^^^^^^^ | = help: message: not implemented
The text was updated successfully, but these errors were encountered:
A quick patch. Please give me some unfriendly comments about soundness.
Sorry, something went wrong.
No branches or pull requests
currently, something like
results in an unhelpful error message
The text was updated successfully, but these errors were encountered: