Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
// check-pass
fn main() {
assert!({false});
assert!(r"\u{41}" == "A");
assert!(r"\u{".is_empty());
}