Sha256: d889a23f71324afe95dafc5f9d15337fbdbc9977cb8924f0cafe3a3becf4ced7
Contents?: true
Size: 512 Bytes
Versions: 38
Compression:
Stored size: 512 Bytes
Contents
error: non-static lifetimes are not allowed in the source of an error, because std::error::Error requires the source is dyn Error + 'static --> tests/ui/lifetime.rs:6:26 | 6 | struct Error<'a>(#[from] Inner<'a>); | ^^^^^^^^^ error: non-static lifetimes are not allowed in the source of an error, because std::error::Error requires the source is dyn Error + 'static --> tests/ui/lifetime.rs:15:17 | 15 | Foo(#[from] Generic<&'a str>), | ^^^^^^^^^^^^^^^^
Version data entries
38 entries across 38 versions & 1 rubygems