about summary refs log tree commit diff
diff options
context:
space:
mode:
authorDeadbeef <ent3rm4n@gmail.com>2021-08-13 11:30:33 +0000
committerDeadbeef <ent3rm4n@gmail.com>2021-08-13 11:30:33 +0000
commit74627c17c5fab9de9d634ad29166000d127170ca (patch)
tree36e7071ab48f036fd2f26f65a3e55d1ab6574244
parent2931a9df2f5813568537d79fe003cb94f7565c41 (diff)
downloadrust-74627c17c5fab9de9d634ad29166000d127170ca.tar.gz
rust-74627c17c5fab9de9d634ad29166000d127170ca.zip
Fix Cargo.lock and ui test
-rw-r--r--Cargo.lock4
-rw-r--r--src/test/ui/rfc-2632-const-trait-impl/assoc-type.stderr2
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index d080a3f5b26..940608975c5 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -255,7 +255,7 @@ checksum = "81a18687293a1546b67c246452202bbbf143d239cb43494cc163da14979082da"
 
 [[package]]
 name = "cargo"
-version = "0.56.0"
+version = "0.57.0"
 dependencies = [
  "anyhow",
  "atty",
@@ -388,7 +388,7 @@ dependencies = [
 
 [[package]]
 name = "cargo-util"
-version = "0.1.0"
+version = "0.1.1"
 dependencies = [
  "anyhow",
  "core-foundation",
diff --git a/src/test/ui/rfc-2632-const-trait-impl/assoc-type.stderr b/src/test/ui/rfc-2632-const-trait-impl/assoc-type.stderr
index 0cbeb71d235..f690d95cc58 100644
--- a/src/test/ui/rfc-2632-const-trait-impl/assoc-type.stderr
+++ b/src/test/ui/rfc-2632-const-trait-impl/assoc-type.stderr
@@ -11,7 +11,7 @@ LL |     type Bar = NonConstAdd;
 help: consider introducing a `where` bound, but there might be an alternative better way to express this requirement
    |
 LL | impl const Foo for NonConstAdd where NonConstAdd: Add {
-   |                                ^^^^^^^^^^^^^^^^^^^^^^
+   |                                ++++++++++++++++++++++
 
 error: aborting due to previous error