Sha256: 29fba7b4d81c642ec8e47cfe053aa515acf9080a86d65e685363a48993becfe3

Contents?: true

Size: 150 Bytes

Versions: 38

Compression:

Stored size: 150 Bytes

Contents

use thiserror::Error;

#[derive(Error, Debug)]
pub enum Error {
    What {
        #[error("...")]
        io: std::io::Error,
    },
}

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/unexpected-field-fmt.rs
wasmtime-28.0.0 ./ext/cargo-vendor/thiserror-1.0.69/tests/ui/unexpected-field-fmt.rs
wasmtime-27.0.0 ./ext/cargo-vendor/thiserror-1.0.69/tests/ui/unexpected-field-fmt.rs
wasmtime-26.0.0 ./ext/cargo-vendor/thiserror-1.0.65/tests/ui/unexpected-field-fmt.rs
wasmtime-25.0.2 ./ext/cargo-vendor/thiserror-1.0.63/tests/ui/unexpected-field-fmt.rs
wasmtime-25.0.1 ./ext/cargo-vendor/thiserror-1.0.63/tests/ui/unexpected-field-fmt.rs
wasmtime-25.0.0 ./ext/cargo-vendor/thiserror-1.0.63/tests/ui/unexpected-field-fmt.rs
wasmtime-24.0.0 ./ext/cargo-vendor/thiserror-1.0.63/tests/ui/unexpected-field-fmt.rs
wasmtime-23.0.2 ./ext/cargo-vendor/thiserror-1.0.56/tests/ui/unexpected-field-fmt.rs
wasmtime-22.0.0 ./ext/cargo-vendor/thiserror-1.0.56/tests/ui/unexpected-field-fmt.rs
wasmtime-21.0.1 ./ext/cargo-vendor/thiserror-1.0.56/tests/ui/unexpected-field-fmt.rs
wasmtime-20.0.2 ./ext/cargo-vendor/thiserror-1.0.56/tests/ui/unexpected-field-fmt.rs
wasmtime-20.0.0 ./ext/cargo-vendor/thiserror-1.0.56/tests/ui/unexpected-field-fmt.rs
wasmtime-18.0.3 ./ext/cargo-vendor/thiserror-1.0.56/tests/ui/unexpected-field-fmt.rs
wasmtime-17.0.1 ./ext/cargo-vendor/thiserror-1.0.56/tests/ui/unexpected-field-fmt.rs
wasmtime-17.0.0 ./ext/cargo-vendor/thiserror-1.0.56/tests/ui/unexpected-field-fmt.rs
wasmtime-16.0.0 ./ext/cargo-vendor/thiserror-1.0.56/tests/ui/unexpected-field-fmt.rs
wasmtime-15.0.1 ./ext/cargo-vendor/thiserror-1.0.56/tests/ui/unexpected-field-fmt.rs
wasmtime-15.0.0 ./ext/cargo-vendor/thiserror-1.0.56/tests/ui/unexpected-field-fmt.rs
wasmtime-14.0.4 ./ext/cargo-vendor/thiserror-1.0.50/tests/ui/unexpected-field-fmt.rs