about summary refs log tree commit diff
path: root/src/test/ui/span
diff options
context:
space:
mode:
authorEsteban Küber <esteban@kuber.com.ar>2018-05-09 16:26:18 -0700
committerEsteban Küber <esteban@kuber.com.ar>2018-05-10 09:15:47 -0700
commit85f57389bf42c3a3ab648f4662580c84d9bfdd4d (patch)
treeb70ed68dfc4066e87d6c3ac2e2c1ccc7f5733688 /src/test/ui/span
parente5f80f2a4f016bf724a1cfb580619d71c8fd39ec (diff)
downloadrust-85f57389bf42c3a3ab648f4662580c84d9bfdd4d.tar.gz
rust-85f57389bf42c3a3ab648f4662580c84d9bfdd4d.zip
Fix tuple struct field spans
Diffstat (limited to 'src/test/ui/span')
-rw-r--r--src/test/ui/span/E0204.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/span/E0204.stderr b/src/test/ui/span/E0204.stderr
index 8be1af61d80..2949a22747b 100644
--- a/src/test/ui/span/E0204.stderr
+++ b/src/test/ui/span/E0204.stderr
@@ -32,7 +32,7 @@ LL | #[derive(Copy)] //~ ERROR may not be implemented for this type
    |          ^^^^
 LL | enum EFoo2<'a> {
 LL |     Bar(&'a mut bool),
-   |         ------------- this field does not implement `Copy`
+   |         ------------ this field does not implement `Copy`
 
 error: aborting due to 4 previous errors