about summary refs log tree commit diff
path: root/src/test/ui/error-codes
diff options
context:
space:
mode:
authorEsteban Küber <esteban@kuber.com.ar>2019-12-27 04:15:48 -0800
committerEsteban Küber <esteban@kuber.com.ar>2019-12-29 19:16:53 -0800
commitcfa0b07c8d7e4c63e01549b1b026bb7494a7c4f1 (patch)
tree8ef6ea8c980e3083e748d754bc9b93d664465796 /src/test/ui/error-codes
parente843245716586222fe997b8ffe10ab8bf91fc399 (diff)
downloadrust-cfa0b07c8d7e4c63e01549b1b026bb7494a7c4f1.tar.gz
rust-cfa0b07c8d7e4c63e01549b1b026bb7494a7c4f1.zip
clean up logic
Diffstat (limited to 'src/test/ui/error-codes')
-rw-r--r--src/test/ui/error-codes/E0121.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/error-codes/E0121.stderr b/src/test/ui/error-codes/E0121.stderr
index 5da9a4c080f..5a5c6b40c5a 100644
--- a/src/test/ui/error-codes/E0121.stderr
+++ b/src/test/ui/error-codes/E0121.stderr
@@ -5,7 +5,7 @@ LL | fn foo() -> _ { 5 }
    |             ^
    |             |
    |             not allowed in type signatures
-   |             help: replace this with the correct return type: `i32`
+   |             help: replace with the correct return type: `i32`
 
 error[E0121]: the type placeholder `_` is not allowed within types on item signatures
   --> $DIR/E0121.rs:3:13