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
Auto merge of rust-lang#135449 - mzacho:current-dep-graph-cfg-debug-assert, r=<try>
Add cfg(debug_assertions) to CurrentDepGraph debug fields
The change cascades down to the use sites of the fields.
After the change then `dep_graph::serialized::Stat.kind` is
dead code in non-debug builds, and it turns out it can be removed
entirely, since its value can be read from a HashMap key at the
only use site of the field.
0 commit comments