Sha256: 09fb7713637242dca9192585a6daeb8d732dc1c1d0fa522b74f1c98618e6d949

Contents?: true

Size: 161 Bytes

Versions: 38

Compression:

Stored size: 161 Bytes

Contents

use thiserror::Error;

#[derive(Debug)]
struct NotError;

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

fn main() {}

Version data entries

38 entries across 38 versions & 1 rubygems

Version Path
wasmtime-29.0.0 ./ext/cargo-vendor/thiserror-1.0.69/tests/ui/source-struct-not-error.rs
wasmtime-28.0.0 ./ext/cargo-vendor/thiserror-1.0.69/tests/ui/source-struct-not-error.rs
wasmtime-27.0.0 ./ext/cargo-vendor/thiserror-1.0.69/tests/ui/source-struct-not-error.rs
wasmtime-26.0.0 ./ext/cargo-vendor/thiserror-1.0.65/tests/ui/source-struct-not-error.rs
wasmtime-25.0.2 ./ext/cargo-vendor/thiserror-1.0.63/tests/ui/source-struct-not-error.rs
wasmtime-25.0.1 ./ext/cargo-vendor/thiserror-1.0.63/tests/ui/source-struct-not-error.rs
wasmtime-25.0.0 ./ext/cargo-vendor/thiserror-1.0.63/tests/ui/source-struct-not-error.rs
wasmtime-24.0.0 ./ext/cargo-vendor/thiserror-1.0.63/tests/ui/source-struct-not-error.rs
wasmtime-23.0.2 ./ext/cargo-vendor/thiserror-1.0.56/tests/ui/source-struct-not-error.rs
wasmtime-22.0.0 ./ext/cargo-vendor/thiserror-1.0.56/tests/ui/source-struct-not-error.rs
wasmtime-21.0.1 ./ext/cargo-vendor/thiserror-1.0.56/tests/ui/source-struct-not-error.rs
wasmtime-20.0.2 ./ext/cargo-vendor/thiserror-1.0.56/tests/ui/source-struct-not-error.rs
wasmtime-20.0.0 ./ext/cargo-vendor/thiserror-1.0.56/tests/ui/source-struct-not-error.rs
wasmtime-18.0.3 ./ext/cargo-vendor/thiserror-1.0.56/tests/ui/source-struct-not-error.rs
wasmtime-17.0.1 ./ext/cargo-vendor/thiserror-1.0.56/tests/ui/source-struct-not-error.rs
wasmtime-17.0.0 ./ext/cargo-vendor/thiserror-1.0.56/tests/ui/source-struct-not-error.rs
wasmtime-16.0.0 ./ext/cargo-vendor/thiserror-1.0.56/tests/ui/source-struct-not-error.rs
wasmtime-15.0.1 ./ext/cargo-vendor/thiserror-1.0.56/tests/ui/source-struct-not-error.rs
wasmtime-15.0.0 ./ext/cargo-vendor/thiserror-1.0.56/tests/ui/source-struct-not-error.rs
wasmtime-14.0.4 ./ext/cargo-vendor/thiserror-1.0.50/tests/ui/source-struct-not-error.rs