Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
//@ run-rustfix
pub struct X<const N: usize = {
let s: &'static str; s.len() //~ ERROR E0381
}>;
fn main() {}