diff options
| author | Oleksandr Babak <alexanderbabak@proton.me> | 2025-05-15 18:33:27 +0200 |
|---|---|---|
| committer | Emil Fresk <emil.fresk@gmail.com> | 2025-06-18 18:49:41 +0000 |
| commit | f1c62ebe3d9444a3244c5f3898f08d9cbc18daca (patch) | |
| tree | b41a846e8b3c1f45e92b480c2d65d612b93bd989 | |
| parent | 8d7b85c8368b5ad1c95f3e06e2c2c1529bcc3484 (diff) | |
feat: add stderr file
| -rw-r--r-- | rtic/ui/custom_section.stderr | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/rtic/ui/custom_section.stderr b/rtic/ui/custom_section.stderr new file mode 100644 index 0000000..a8495dc --- /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"); + | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
