]> git.proxmox.com Git - rustc.git/blame - src/test/ui/derives/derives-span-Hash-struct.rs
New upstream version 1.44.1+dfsg1
[rustc.git] / src / test / ui / derives / derives-span-Hash-struct.rs
CommitLineData
1a4d82fc 1// This file was auto-generated using 'src/etc/generate-deriving-span-tests.py'
223e47cc 2
1a4d82fc
JJ
3
4struct Error;
223e47cc 5
1a4d82fc
JJ
6#[derive(Hash)]
7struct Struct {
8 x: Error //~ ERROR
223e47cc
LB
9}
10
11fn main() {}