From f1c62ebe3d9444a3244c5f3898f08d9cbc18daca Mon Sep 17 00:00:00 2001 From: Oleksandr Babak Date: Thu, 15 May 2025 18:33:27 +0200 Subject: [PATCH] feat: add stderr file --- rtic/ui/custom_section.stderr | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 rtic/ui/custom_section.stderr diff --git a/rtic/ui/custom_section.stderr b/rtic/ui/custom_section.stderr new file mode 100644 index 00000000000..a8495dca4e6 --- /dev/null +++ b/rtic/ui/custom_section.stderr @@ -0,0 +1,5 @@ +error: This should be the only error in the file + --> ui/custom_section.rs:3:1 + | +3 | compile_error!("This should be the only error in the file"); + | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^