mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 11:17:26 +03:00
16fdef7868
Add size asserts for MIR `SourceScopeData` & `VarDebugInfo` There's vectors of both of these in `mir::Body`, so might as well track them. (I was pondering adding something to one or the other, so wanted this to see the memory impact.)
For more information about how rustc works, see the rustc dev guide.