about summary refs log tree commit diff
path: root/tests/ui/async-await
diff options
context:
space:
mode:
authorScott Schafer <schaferjscott@gmail.com>2025-07-03 15:47:15 -0600
committerScott Schafer <schaferjscott@gmail.com>2025-08-26 15:15:17 -0600
commit93d16c510066db062700e783a53461d45e5dbe4b (patch)
tree448afbb982b58516cdea8d85b1976338dbd92c16 /tests/ui/async-await
parent8835ea854e9339ae83a35461c064a1b919872ca5 (diff)
downloadrust-93d16c510066db062700e783a53461d45e5dbe4b.tar.gz
rust-93d16c510066db062700e783a53461d45e5dbe4b.zip
fix: Add col separator before secondary messages with no source
Diffstat (limited to 'tests/ui/async-await')
-rw-r--r--tests/ui/async-await/in-trait/dont-project-to-specializable-projection.stderr1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/ui/async-await/in-trait/dont-project-to-specializable-projection.stderr b/tests/ui/async-await/in-trait/dont-project-to-specializable-projection.stderr
index 3d82f572a1a..823d8d5b92f 100644
--- a/tests/ui/async-await/in-trait/dont-project-to-specializable-projection.stderr
+++ b/tests/ui/async-await/in-trait/dont-project-to-specializable-projection.stderr
@@ -25,6 +25,7 @@ error[E0599]: no method named `poll` found for struct `Pin<&mut impl Future<Outp
    |
 LL |         match fut.as_mut().poll(ctx) {
    |                            ^^^^ method not found in `Pin<&mut impl Future<Output = ()>>`
+   |
   --> $SRC_DIR/core/src/future/future.rs:LL:COL
    |
    = note: the method is available for `Pin<&mut impl Future<Output = ()>>` here