oden/third-party/vendor/thiserror/tests/ui/unexpected-struct-source.rs
2024-03-08 11:03:01 -08:00

7 lines
89 B
Rust

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