about summary refs log tree commit diff
path: root/src/test/ui/missing/missing-items
diff options
context:
space:
mode:
authorklensy <klensy@users.noreply.github.com>2022-06-08 21:07:59 +0300
committerklensy <klensy@users.noreply.github.com>2022-06-16 14:40:29 +0300
commit989d1a732f194d852e9a3636fc283c65612f995f (patch)
treef530eaa413fae5cc347e3c0f22d31b6ae2aabf39 /src/test/ui/missing/missing-items
parent0ff8ae3111939a30d61f158b53e120f965989520 (diff)
downloadrust-989d1a732f194d852e9a3636fc283c65612f995f.tar.gz
rust-989d1a732f194d852e9a3636fc283c65612f995f.zip
fix one more case of trailing space
Diffstat (limited to 'src/test/ui/missing/missing-items')
-rw-r--r--src/test/ui/missing/missing-items/missing-type-parameter2.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/missing/missing-items/missing-type-parameter2.stderr b/src/test/ui/missing/missing-items/missing-type-parameter2.stderr
index cbceec58eb1..f33951c98bf 100644
--- a/src/test/ui/missing/missing-items/missing-type-parameter2.stderr
+++ b/src/test/ui/missing/missing-items/missing-type-parameter2.stderr
@@ -3,7 +3,7 @@ error[E0412]: cannot find type `N` in this scope
    |
 LL | struct X<const N: u8>();
    | ------------------------ similarly named struct `X` defined here
-LL | 
+LL |
 LL | impl X<N> {}
    |        ^
    |