Sign in
rust
/
rust
/
1ce9c977ffcff7c3b12bfe5629a682da0e74a7a1
/
.
/
tests
/
ui
/
derives
/
derives-span-Default-struct.rs
blob: 71fd5829e7585084812a631f9fe9d7b051cba096 [
file
] [
log
] [
blame
]
// This file was auto-generated using 'src/etc/generate-deriving-span-tests.py'
struct
Error
;
#[
derive
(
Default
)]
struct
Struct
{
x
:
Error
//~ ERROR
}
fn
main
()
{}