Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
const _: () = unsafe {
let n = u32::MAX.count_ones();
std::hint::assert_unchecked(n < 32); //~ ERROR evaluation of constant value failed
};
fn main() {}