From 9487bb72b5bb04c6c9f9b65dc44c079a538204a1 Mon Sep 17 00:00:00 2001 From: John-John Tedro Date: Tue, 13 Aug 2024 05:16:21 +0200 Subject: [PATCH] tests: Update stderr --- crates/musli/tests/ui/context_error_hint_error.stderr | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/crates/musli/tests/ui/context_error_hint_error.stderr b/crates/musli/tests/ui/context_error_hint_error.stderr index 897360d7..57f691ac 100644 --- a/crates/musli/tests/ui/context_error_hint_error.stderr +++ b/crates/musli/tests/ui/context_error_hint_error.stderr @@ -7,16 +7,6 @@ error[E0599]: the function or associated item `new` exists for struct `Capture::new(); | ^^^ function or associated item cannot be called on `Capture` due to unsatisfied trait bounds | -note: if you're trying to build a new `musli::context::Capture` consider using one of the following associated functions: - musli::context::Capture::::new - musli::context::Capture::::with_alloc - --> src/context/capture.rs - | - | pub fn new() -> Self { - | ^^^^^^^^^^^^^^^^^^^^ -... - | pub fn with_alloc(alloc: A) -> Self { - | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ = note: the following trait bounds were not satisfied: `MyError: ContextError` note: the trait `ContextError` must be implemented