Sha256: feac587e2436fd7bed73e7265dceb31b495587f1a8eea5c5fefd9da66b912dac

Contents?: true

Size: 881 Bytes

Versions: 13

Compression:

Stored size: 881 Bytes

Contents

error[E0599]: the method `as_dyn_error` exists for reference `&NotError`, but its trait bounds were not satisfied
  --> tests/ui/source-enum-not-error.rs:10:9
   |
4  | pub struct NotError;
   | -------------------
   | |
   | doesn't satisfy `NotError: AsDynError<'_>`
   | doesn't satisfy `NotError: std::error::Error`
...
10 |         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<'_>`
           `&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

13 entries across 13 versions & 1 rubygems

Version Path
wasmtime-13.0.0 ./ext/cargo-vendor/thiserror-1.0.47/tests/ui/source-enum-not-error.stderr
wasmtime-12.0.1 ./ext/cargo-vendor/thiserror-1.0.47/tests/ui/source-enum-not-error.stderr
wasmtime-12.0.0 ./ext/cargo-vendor/thiserror-1.0.47/tests/ui/source-enum-not-error.stderr
wasmtime-11.0.0 ./ext/cargo-vendor/thiserror-1.0.47/tests/ui/source-enum-not-error.stderr
wasmtime-10.0.1 ./ext/cargo-vendor/thiserror-1.0.44/tests/ui/source-enum-not-error.stderr
wasmtime-10.0.0 ./ext/cargo-vendor/thiserror-1.0.44/tests/ui/source-enum-not-error.stderr
wasmtime-9.0.4 ./ext/cargo-vendor/thiserror-1.0.44/tests/ui/source-enum-not-error.stderr
wasmtime-9.0.1 ./ext/cargo-vendor/thiserror-1.0.40/tests/ui/source-enum-not-error.stderr
wasmtime-8.0.0 ./ext/cargo-vendor/thiserror-1.0.40/tests/ui/source-enum-not-error.stderr
wasmtime-7.0.0 ./ext/cargo-vendor/thiserror-1.0.40/tests/ui/source-enum-not-error.stderr
wasmtime-6.0.1 ./ext/cargo-vendor/thiserror-1.0.38/tests/ui/source-enum-not-error.stderr
wasmtime-6.0.0 ./ext/cargo-vendor/thiserror-1.0.38/tests/ui/source-enum-not-error.stderr
wasmtime-5.0.0 ./ext/cargo-vendor/thiserror-1.0.38/tests/ui/source-enum-not-error.stderr