]> git.proxmox.com Git - rustc.git/blame - src/test/ui/derives/derives-span-Debug-struct.rs
New upstream version 1.41.1+dfsg1
[rustc.git] / src / test / ui / derives / derives-span-Debug-struct.rs
CommitLineData
60c5eb7d 1// ignore-x86 FIXME: missing sysroot spans (#53081)
1a4d82fc 2// This file was auto-generated using 'src/etc/generate-deriving-span-tests.py'
223e47cc 3
223e47cc 4
1a4d82fc
JJ
5struct Error;
6
85aaf69f 7#[derive(Debug)]
1a4d82fc
JJ
8struct Struct {
9 x: Error //~ ERROR
223e47cc 10}
1a4d82fc
JJ
11
12fn main() {}