-
Notifications
You must be signed in to change notification settings - Fork 13.3k
add effect-checking pass to rustc #233
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
Comments
WONTFIX, effect system was removed in d2bd07d |
oli-obk
added a commit
to oli-obk/rust
that referenced
this issue
Jul 19, 2017
Fix transmute on ByValPair
keeperofdakeys
pushed a commit
to keeperofdakeys/rust
that referenced
this issue
Dec 12, 2017
linux: Add missing Linux-specific fcntls Also move F_DUPFD_CLOEXEC up a level as it is available on Android.
dlrobertson
pushed a commit
to dlrobertson/rust
that referenced
this issue
Nov 29, 2018
Add size of bool
ZuseZ4
pushed a commit
to EnzymeAD/rust
that referenced
this issue
Mar 7, 2023
matthiaskrgr
pushed a commit
to matthiaskrgr/rust
that referenced
this issue
Mar 7, 2023
…thub-actions Bump Github actions
celinval
pushed a commit
to celinval/rust-dev
that referenced
this issue
Jun 4, 2024
carolynzech
pushed a commit
to carolynzech/rust
that referenced
this issue
Feb 19, 2025
Towards rust-lang#220 By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 and MIT licenses.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
rustc has no effect-checking pass. add one.
The text was updated successfully, but these errors were encountered: