aboutsummaryrefslogtreecommitdiff
path: root/tests/ui/cfg/unsupported.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/cfg/unsupported.stderr')
-rw-r--r--tests/ui/cfg/unsupported.stderr5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/ui/cfg/unsupported.stderr b/tests/ui/cfg/unsupported.stderr
index b3bd1ae..e1c871c 100644
--- a/tests/ui/cfg/unsupported.stderr
+++ b/tests/ui/cfg/unsupported.stderr
@@ -1,7 +1,8 @@
error: #[pin_project] attribute may not be used on structs with zero fields
- --> $DIR/unsupported.rs:4:1
+ --> tests/ui/cfg/unsupported.rs:4:10
|
-4 | / struct S {
+4 | struct S {
+ | __________^
5 | | //~^ ERROR may not be used on structs with zero fields
6 | | #[cfg(any())]
7 | | #[pin]