Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
// This file was auto-generated using 'src/etc/generate-deriving-span-tests.py'
struct Error;
#[derive(Hash)]
struct Struct(
Error //~ ERROR
);
fn main() {}