about summary refs log tree commit diff
diff options
context:
space:
mode:
authorOliver Scherer <github35764891676564198441@oli-obk.de>2020-05-05 15:11:59 +0200
committerOliver Scherer <github35764891676564198441@oli-obk.de>2020-05-05 15:11:59 +0200
commit780a63a1ba84597eaf33e4d546bcf0edd6225836 (patch)
tree4fd100d7fd438b45a5ec002f6f05c23bee269655
parent7744cf4e53c4e19e5753e2063be420b9d0c0d38a (diff)
downloadrust-780a63a1ba84597eaf33e4d546bcf0edd6225836.tar.gz
rust-780a63a1ba84597eaf33e4d546bcf0edd6225836.zip
Update ui tests
-rw-r--r--tests/ui/builtin-type-shadow.stderr2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/ui/builtin-type-shadow.stderr b/tests/ui/builtin-type-shadow.stderr
index b6a4adde848..bc785b075e0 100644
--- a/tests/ui/builtin-type-shadow.stderr
+++ b/tests/ui/builtin-type-shadow.stderr
@@ -18,8 +18,6 @@ LL |     42
    |
    = note: expected type parameter `u32`
                         found type `{integer}`
-   = help: type parameters must be constrained to match other types
-   = note: for more information, visit https://doc.rust-lang.org/book/ch10-02-traits.html#traits-as-parameters
 
 error: aborting due to 2 previous errors