android13/external/rust/crates/thiserror/tests/ui/unexpected-struct-source.rs

8 lines
89 B
Rust

use thiserror::Error;
#[derive(Error, Debug)]
#[source]
pub struct Error;
fn main() {}