Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
use std::cell::Cell;
fn main() {
let _: Cell<&str, "a"> = Cell::new("");
//~^ ERROR struct takes 1 generic argument but 2 generic arguments were supplied
}