-
Notifications
You must be signed in to change notification settings - Fork 13.8k
Closed
Labels
A-runtimeArea: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflowsArea: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflowsC-cleanupCategory: PRs that clean code up or issues documenting cleanup.Category: PRs that clean code up or issues documenting cleanup.
Metadata
Metadata
Assignees
Labels
A-runtimeArea: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflowsArea: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflowsC-cleanupCategory: PRs that clean code up or issues documenting cleanup.Category: PRs that clean code up or issues documenting cleanup.
Type
Projects
Milestone
Relationships
Development
Select code repository
Activity
auto merge of #7125 : alexcrichton/rust/rusti-issues, r=brson
emberian commentedon Aug 5, 2013
I do not see any such asserts or similar funcionality in rt/sched.rs, closing.
Auto merge of rust-lang#7011 - Jarcho:redundant_clone_fp, r=flip1995