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
Testcase:
fn foo() -> bool { true } fn bar() : foo() {}
I get this error message: "error: Non-predicate in constraint: foo"
It would be nice if it just said something like "foo is not a pure function" instead.
The text was updated successfully, but these errors were encountered:
Indeed, keep reporting those not-very-good error messages. Fix is coming.
Sorry, something went wrong.
4acfcd8
Remove obsolete note on missing output when unwinding forever (rust-l…
1f40c65
…ang#1883)
More updates for recent diagnostics changes.
b783255
A sequel to rust-lang#1883, this covers diagnostic naming changes from rust-lang/pull/121489, rust-lang/pull/121780, and rust-lang/pull/122132.
cf09d77
No branches or pull requests
Testcase:
I get this error message: "error: Non-predicate in constraint: foo"
It would be nice if it just said something like "foo is not a pure function" instead.
The text was updated successfully, but these errors were encountered: