Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
//@ known-bug: #135646
//@ compile-flags: -Zpolonius=next
//@ edition: 2024
fn main() {
&{ [1, 2, 3][4] };
}