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
anasazi opened this issue
Aug 22, 2013
· 1 comment
Labels
A-runtimeArea: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflowsE-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
Most of the runtime tests currently use run_in_newsched_task. We should convert them to use run_in_mt_newsched_task to get more multithreaded I/O test coverage.
The text was updated successfully, but these errors were encountered:
`redundant_closure` fixes
fixesrust-lang#8548
A good chunk of the code is fixing false negatives. The old code banned any non late-bound regions from appearing in the callee's signature. The new version checks when the late-bound region is actually required.
changelog: Better track when a early-bound region appears when a late-bound region is required in `redundant_closure`.
changelog: Don't lint `redundant_closure` when the closure gives explicit types.
A-runtimeArea: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflowsE-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
Most of the runtime tests currently use run_in_newsched_task. We should convert them to use run_in_mt_newsched_task to get more multithreaded I/O test coverage.
The text was updated successfully, but these errors were encountered: