Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
// E0116 caused other unrelated errors, so check no unrelated errors are emitted.
fn main() {
let x = "hello";
x.split(" ");
}
impl Vec<usize> {} //~ ERROR E0116