Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
derives
/
derives-span-Debug-struct.rs
blob: cf91c9436a623f52011fabb6e29c820648d61409 [
file
] [
log
] [
blame
] [
edit
]
// This file was auto-generated using 'src/etc/generate-deriving-span-tests.py'
struct
Error
;
#[
derive
(
Debug
)]
struct
Struct
{
x
:
Error
//~ ERROR
}
fn
main
()
{}