From e5f40ca9cb8ed9412543df307ba5d20fedb51c8f Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Thu, 23 Jun 2022 13:08:12 -0700 Subject: [PATCH] Bless stderr files after rustfmt --- tests/fail/abort-terminator.stderr | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/fail/abort-terminator.stderr b/tests/fail/abort-terminator.stderr index b096775e61d..ec9ce76685b 100644 --- a/tests/fail/abort-terminator.stderr +++ b/tests/fail/abort-terminator.stderr @@ -4,6 +4,7 @@ error: abnormal termination: the program aborted execution --> $DIR/abort-terminator.rs:LL:CC | LL | / extern "C" fn panic_abort() { +LL | | LL | | panic!() LL | | } | |_^ the program aborted execution