]> git.proxmox.com Git - rustc.git/blame - vendor/thiserror/tests/ui/unexpected-struct-source.rs
New upstream version 1.52.1+dfsg1
[rustc.git] / vendor / thiserror / tests / ui / unexpected-struct-source.rs
CommitLineData
f20569fa
XL
1use thiserror::Error;
2
3#[derive(Error, Debug)]
4#[source]
5pub struct Error;
6
7fn main() {}