mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-01 07:13:24 +03:00
13c9fc38c9
Skip needless bitset for debuginfo Found this while digging around looking at the inlining logic. Seemed obvious enough so I decided to try to take care of it. Is this what you had in mind, `@eddyb?`