blob: 035b15e5d136a12c5db31664752820ef3b02fc74 [file] [log] [blame]
use thiserror::Error;
#[derive(Error, Debug)]
#[error("{self}")]
pub struct Error;
fn main() {
__FAIL__;
}