You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
nikomatsakis opened this issue
Mar 18, 2013
· 3 comments
Assignees
Labels
A-codegenArea: Code generationC-cleanupCategory: PRs that clean code up or issues documenting cleanup.E-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
In syntax/abi.rs (not yet merged in), I had to hardcode various constants due to limitations in the stage0 compiler that appear to have been fixed by others in the meantime.
The text was updated successfully, but these errors were encountered:
I'm insufficiently familiar with the release process to judge how such a change should land. So @nikomatsakis I'm going to assign this to you; if you unassign it from yourself, please also de-milestone it.
add lint futures_not_send
changelog: add lint futures_not_send
fixesrust-lang#5379
~Remark: one thing that can (should?) still be improved is to directly include the error message from the `Send` check so that the programmer stays in the flow. Currently, getting the actual error message requires a restructuring of the code to make the `Send` constraint explicit.~
It now shows all unmet constraints for allowing the Future to be Send.
A-codegenArea: Code generationC-cleanupCategory: PRs that clean code up or issues documenting cleanup.E-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
In syntax/abi.rs (not yet merged in), I had to hardcode various constants due to limitations in the stage0 compiler that appear to have been fixed by others in the meantime.
The text was updated successfully, but these errors were encountered: