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