Skip to content

Commit

Permalink
Fix Cargo.lock and ui test
Browse files Browse the repository at this point in the history
  • Loading branch information
fee1-dead committed Aug 13, 2021
1 parent 2931a9d commit 74627c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ checksum = "81a18687293a1546b67c246452202bbbf143d239cb43494cc163da14979082da"

[[package]]
name = "cargo"
version = "0.56.0"
version = "0.57.0"
dependencies = [
"anyhow",
"atty",
Expand Down Expand Up @@ -388,7 +388,7 @@ dependencies = [

[[package]]
name = "cargo-util"
version = "0.1.0"
version = "0.1.1"
dependencies = [
"anyhow",
"core-foundation",
Expand Down
2 changes: 1 addition & 1 deletion src/test/ui/rfc-2632-const-trait-impl/assoc-type.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 74627c1

Please sign in to comment.