From 95f67fe7d4e191b76d92c8a26c530fd0558ef40b Mon Sep 17 00:00:00 2001 From: "hydro-project-bot[bot]" <132423234+hydro-project-bot[bot]@users.noreply.github.com> Date: Sat, 9 May 2026 06:37:30 +0000 Subject: [PATCH] chore: update nightly snapshots --- dfir_rs/tests/compile-fail/surface_singleton_mutation.stderr | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dfir_rs/tests/compile-fail/surface_singleton_mutation.stderr b/dfir_rs/tests/compile-fail/surface_singleton_mutation.stderr index 5309788570f8..31b9d88a0dac 100644 --- a/dfir_rs/tests/compile-fail/surface_singleton_mutation.stderr +++ b/dfir_rs/tests/compile-fail/surface_singleton_mutation.stderr @@ -1,5 +1,5 @@ error[E0594]: cannot assign to data in a `&` reference - --> tests/compile-fail-stable/surface_singleton_mutation.rs:9:18 + --> tests/compile-fail/surface_singleton_mutation.rs:9:17 | 9 | #max_of_stream2 = 999; - | ^^^^^^^^^^^^^^^^^^^^ cannot assign + | ^^^^^^^^^^^^^^^^^^^^^ cannot assign