mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-29 20:46:07 +03:00
003fbf1fad
coverage: Revert "unused local file IDs" due to empty function names The changes to coverage metadata generation in rust-lang/rust#140847 appear to be the most likely cause of the `function name is empty` errors reported in rust-lang/rust#141577. If that guess is correct, great. If not, no big deal. --- This reverts commit3b22c21dd8, reversing changes made to5f292eea6d. r? ghost