-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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
Use the user's names when reporting complex types #164
Comments
WONTFIX (not require for bootstrapping; works correctly in rustc already). |
oli-obk
pushed a commit
to oli-obk/rust
that referenced
this issue
Jul 19, 2017
oli-obk
added a commit
to oli-obk/rust
that referenced
this issue
Jul 19, 2017
Update Cargo.toml, fix for build error (see rust-lang#164)
keeperofdakeys
pushed a commit
to keeperofdakeys/rust
that referenced
this issue
Dec 12, 2017
musl: fix linkage of libc
dlrobertson
pushed a commit
to dlrobertson/rust
that referenced
this issue
Nov 29, 2018
Union item grammar
bors
pushed a commit
to rust-lang-ci/rust
that referenced
this issue
Oct 26, 2020
djtech-dev
pushed a commit
to djtech-dev/rust
that referenced
this issue
Dec 9, 2021
…self Check for RAUW'ing a value with itself. That's just a no-op.
antoyo
added a commit
to antoyo/rust
that referenced
this issue
Jun 7, 2022
Don't emit `.intel_syntax` for non-x86 targets
celinval
pushed a commit
to celinval/rust-dev
that referenced
this issue
Jun 4, 2024
Co-authored-by: Alexa VanHattum <[email protected]> Update version check and print expected version in warning message.
celinval
pushed a commit
to celinval/rust-dev
that referenced
this issue
Nov 20, 2024
@robdockins and @HuStmpHrrr will help to review PRs of adding contracts and proof harnesses. By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 and MIT licenses.
This issue was closed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We should record the names that users give complex types and use them when we can when reporting diagnostics.
The text was updated successfully, but these errors were encountered: