Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 74627c1

Browse files
committedAug 13, 2021
Fix Cargo.lock and ui test
1 parent 2931a9d commit 74627c1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎Cargo.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ checksum = "81a18687293a1546b67c246452202bbbf143d239cb43494cc163da14979082da"
255255

256256
[[package]]
257257
name = "cargo"
258-
version = "0.56.0"
258+
version = "0.57.0"
259259
dependencies = [
260260
"anyhow",
261261
"atty",
@@ -388,7 +388,7 @@ dependencies = [
388388

389389
[[package]]
390390
name = "cargo-util"
391-
version = "0.1.0"
391+
version = "0.1.1"
392392
dependencies = [
393393
"anyhow",
394394
"core-foundation",

‎src/test/ui/rfc-2632-const-trait-impl/assoc-type.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ LL | type Bar = NonConstAdd;
1111
help: consider introducing a `where` bound, but there might be an alternative better way to express this requirement
1212
|
1313
LL | impl const Foo for NonConstAdd where NonConstAdd: Add {
14-
| ^^^^^^^^^^^^^^^^^^^^^^
14+
| ++++++++++++++++++++++
1515

1616
error: aborting due to previous error
1717

0 commit comments

Comments
 (0)
Please sign in to comment.