Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
pub fn main() {
let s1 = "\u{d805}"; //~ ERROR invalid unicode character escape
let s2 = "\u{ffffff}"; //~ ERROR invalid unicode character escape
}