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
A-runtimeArea: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflowsC-cleanupCategory: PRs that clean code up or issues documenting cleanup.
This is an all-powerful header that includes lots of other headers and common definitions and tends to mask dependencies between files. When making big modifications to the runtime, getting the header dependencies straight is a chore, largely, I think, because of this file. Each file should be explicit about the headers it needs instead of counting on the entire world being included via rust_internal.h.
The text was updated successfully, but these errors were encountered:
A-runtimeArea: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflowsC-cleanupCategory: PRs that clean code up or issues documenting cleanup.
This is an all-powerful header that includes lots of other headers and common definitions and tends to mask dependencies between files. When making big modifications to the runtime, getting the header dependencies straight is a chore, largely, I think, because of this file. Each file should be explicit about the headers it needs instead of counting on the entire world being included via rust_internal.h.
The text was updated successfully, but these errors were encountered: