summaryrefslogtreecommitdiffstats
path: root/src/test/ui/derives/derives-span-Hash-tuple-struct.rs
blob: 3822bce1466ea9cef75ec9cf7b0a80794872d07f (plain)
1
2
3
4
5
6
7
8
9
10
11
// This file was auto-generated using 'src/etc/generate-deriving-span-tests.py'


struct Error;

#[derive(Hash)]
struct Struct(
    Error //~ ERROR
);

fn main() {}