about summary refs log tree commit diff
path: root/tests/ui/privacy
diff options
context:
space:
mode:
authorScott Schafer <schaferjscott@gmail.com>2025-07-22 05:14:37 -0600
committerScott Schafer <schaferjscott@gmail.com>2025-08-26 15:15:17 -0600
commit8835ea854e9339ae83a35461c064a1b919872ca5 (patch)
treedf066503c9a2470f296cf42e05693f14429f9e78 /tests/ui/privacy
parent91ee6a4057ce4bf1ab6d2f932cae497488d67c81 (diff)
downloadrust-8835ea854e9339ae83a35461c064a1b919872ca5.tar.gz
rust-8835ea854e9339ae83a35461c064a1b919872ca5.zip
fix: Don't add an end column separator after a file with no source
Diffstat (limited to 'tests/ui/privacy')
-rw-r--r--tests/ui/privacy/suggest-box-new.stderr1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/ui/privacy/suggest-box-new.stderr b/tests/ui/privacy/suggest-box-new.stderr
index 6c47b52c9de..e0c3b683a24 100644
--- a/tests/ui/privacy/suggest-box-new.stderr
+++ b/tests/ui/privacy/suggest-box-new.stderr
@@ -6,7 +6,6 @@ LL |     let _ = std::collections::HashMap();
   --> $SRC_DIR/std/src/collections/hash/map.rs:LL:COL
    |
    = note: `std::collections::HashMap` defined here
-   |
 help: you might have meant to use an associated function to build this type
    |
 LL |     let _ = std::collections::HashMap::new();