12 lines
173 B
Rust
12 lines
173 B
Rust
// This file was auto-generated using 'src/etc/generate-deriving-span-tests.py'
|
|
|
|
|
|
struct Error;
|
|
|
|
#[derive(PartialEq)]
|
|
struct Struct {
|
|
x: Error //~ ERROR
|
|
}
|
|
|
|
fn main() {}
|