Sha256: eee605a9aafbb093666393e25cef4f7d7b8e90d518b9fadbdbed9685c66ccfcd

Contents?: true

Size: 156 Bytes

Versions: 23

Compression:

Stored size: 156 Bytes

Contents

use thiserror::Error;

#[derive(Debug)]
struct NotError;

#[derive(Error, Debug)]
#[error("...")]
pub struct ErrorStruct(#[source] NotError);

fn main() {}

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
wasmtime-14.0.3 ./ext/cargo-vendor/thiserror-1.0.50/tests/ui/source-struct-unnamed-field-not-error.rs
wasmtime-14.0.1 ./ext/cargo-vendor/thiserror-1.0.50/tests/ui/source-struct-unnamed-field-not-error.rs
wasmtime-14.0.0 ./ext/cargo-vendor/thiserror-1.0.50/tests/ui/source-struct-unnamed-field-not-error.rs