Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
//@ check-pass
struct S;
impl S {
const C: &&str = &"";
// Now resolves to `&'static &'static str`.
}
fn main() {}