-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
Proper error reporting in the cexp evaluator #70
Labels
A-frontend
Area: Compiler frontend (errors, parsing and HIR)
C-cleanup
Category: PRs that clean code up or issues documenting cleanup.
E-easy
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
Comments
WONTFIX (not required for bootstrapping) |
arielb1
pushed a commit
to arielb1/rust
that referenced
this issue
Apr 10, 2015
RFC rust-lang#70: Added details about downcasting
oli-obk
pushed a commit
to oli-obk/rust
that referenced
this issue
Jul 19, 2017
README.md: Fix logging environment variable name
kazcw
pushed a commit
to kazcw/rust
that referenced
this issue
Oct 23, 2018
* Docs: Fix typo in module documentation s/paltform/platform/g * [x86] Implement sse4.2 string cmp intrinsics - Implement - _mm_cmpistrm - _mm_cmpistri - _mm_cmpistrz - _mm_cmpistrc - _mm_cmpistrs - _mm_cmpistro - _mm_cmpistra - _mm_cmpestrm - _mm_cmpestrz - _mm_cmpestrc - _mm_cmpestrs - _mm_cmpestro - _mm_cmpestra - Add documentation to _mm_cmpestri - Add missing constants
dlrobertson
pushed a commit
to dlrobertson/rust
that referenced
this issue
Nov 29, 2018
rchaser53
pushed a commit
to rchaser53/rust
that referenced
this issue
Jan 19, 2019
work on traits chapters
jaisnan
pushed a commit
to jaisnan/rust-dev
that referenced
this issue
Aug 27, 2024
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 and MIT licenses. --------- Co-authored-by: Felipe R. Monteiro <[email protected]>
This issue was closed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
A-frontend
Area: Compiler frontend (errors, parsing and HIR)
C-cleanup
Category: PRs that clean code up or issues documenting cleanup.
E-easy
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
The front-end has a small expression-language for guiding conditional compilation at the crate / configuration level. This language evaluator has crappy error handling. Fix it.
The text was updated successfully, but these errors were encountered: