Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
struct Bar<T> { x: T } where T: Copy //~ ERROR expected item, found keyword `where`
fn main() {}