Look at this place: this `Stability` value looks like const, but still inserted multiple times into *.rmeta file. https://github.com/rust-lang/rust/blob/9ccf661694423895b02e513c69e6ad263b2f3d8e/compiler/rustc_passes/src/stability.rs#L716-L728 For example, text from `reason` (and other fields from `Stability`): found 172 times in libaddr2line.rmeta found 911 times in libhashbrown.rmeta found 9590 times in libobject.rmeta ``` rustc 1.56.0-nightly (5a19ffe1c 2021-08-13) binary: rustc commit-hash: 5a19ffe1c2b99d9e09706cc286aad1ec0868eddb commit-date: 2021-08-13 host: x86_64-pc-windows-msvc release: 1.56.0-nightly LLVM version: 12.0.1 ``` @rustbot label: +I-heavy