[INFO] [stdout] error[E0599]: the method `as_ref` exists for reference `&Cow<'_, T>`, but its trait bounds were not satisfied
[INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/assertor-0.0.3/src/assertions/cow.rs:77:35
[INFO] [stdout] |
[INFO] [stdout] 77 | let value = self.actual().as_ref().to_owned();
[INFO] [stdout] | ^^^^^^ method cannot be called on `&Cow<'_, T>` due to unsatisfied trait bounds
[INFO] [stdout] |
[INFO] [stdout] = note: the following trait bounds were not satisfied:
View all comments