Sha256: 66fb5fa85d59f11d8b5f7ec99469a843c51943b0010e554bdf56376a0614a2ca

Contents?: true

Size: 794 Bytes

Versions: 28

Compression:

Stored size: 794 Bytes

Contents

error[E0599]: the method `as_dyn_error` exists for struct `NotError`, but its trait bounds were not satisfied
 --> tests/ui/source-struct-not-error.rs:9:5
  |
4 | struct NotError;
  | ---------------
  | |
  | method `as_dyn_error` not found for this struct
  | doesn't satisfy `NotError: AsDynError<'_>`
  | doesn't satisfy `NotError: std::error::Error`
...
9 |     source: NotError,
  |     ^^^^^^ method cannot be called on `NotError` due to unsatisfied trait bounds
  |
  = note: the following trait bounds were not satisfied:
          `NotError: std::error::Error`
          which is required by `NotError: AsDynError<'_>`
note: the trait `std::error::Error` must be implemented
 --> $RUST/core/src/error.rs
  |
  | pub trait Error: Debug + Display {
  | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Version data entries

28 entries across 28 versions & 1 rubygems

Version Path
wasmtime-23.0.2 ./ext/cargo-vendor/thiserror-1.0.56/tests/ui/source-struct-not-error.stderr
wasmtime-22.0.0 ./ext/cargo-vendor/thiserror-1.0.56/tests/ui/source-struct-not-error.stderr
wasmtime-21.0.1 ./ext/cargo-vendor/thiserror-1.0.56/tests/ui/source-struct-not-error.stderr
wasmtime-20.0.2 ./ext/cargo-vendor/thiserror-1.0.56/tests/ui/source-struct-not-error.stderr
wasmtime-20.0.0 ./ext/cargo-vendor/thiserror-1.0.56/tests/ui/source-struct-not-error.stderr
wasmtime-18.0.3 ./ext/cargo-vendor/thiserror-1.0.56/tests/ui/source-struct-not-error.stderr
wasmtime-17.0.1 ./ext/cargo-vendor/thiserror-1.0.56/tests/ui/source-struct-not-error.stderr
wasmtime-17.0.0 ./ext/cargo-vendor/thiserror-1.0.56/tests/ui/source-struct-not-error.stderr
wasmtime-16.0.0 ./ext/cargo-vendor/thiserror-1.0.56/tests/ui/source-struct-not-error.stderr
wasmtime-15.0.1 ./ext/cargo-vendor/thiserror-1.0.56/tests/ui/source-struct-not-error.stderr
wasmtime-15.0.0 ./ext/cargo-vendor/thiserror-1.0.56/tests/ui/source-struct-not-error.stderr
wasmtime-14.0.4 ./ext/cargo-vendor/thiserror-1.0.50/tests/ui/source-struct-not-error.stderr
wasmtime-14.0.3 ./ext/cargo-vendor/thiserror-1.0.50/tests/ui/source-struct-not-error.stderr
wasmtime-14.0.1 ./ext/cargo-vendor/thiserror-1.0.50/tests/ui/source-struct-not-error.stderr
wasmtime-14.0.0 ./ext/cargo-vendor/thiserror-1.0.50/tests/ui/source-struct-not-error.stderr
wasmtime-13.0.0 ./ext/cargo-vendor/thiserror-1.0.47/tests/ui/source-struct-not-error.stderr
wasmtime-12.0.1 ./ext/cargo-vendor/thiserror-1.0.47/tests/ui/source-struct-not-error.stderr
wasmtime-12.0.0 ./ext/cargo-vendor/thiserror-1.0.47/tests/ui/source-struct-not-error.stderr
wasmtime-11.0.0 ./ext/cargo-vendor/thiserror-1.0.47/tests/ui/source-struct-not-error.stderr
wasmtime-10.0.1 ./ext/cargo-vendor/thiserror-1.0.44/tests/ui/source-struct-not-error.stderr