Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
// compile-flags: -Z thinlto -C codegen-units=8
#[inline]
pub fn foo(b: u8) {
b.to_string();
}