Skip to content

Commit 74627c1

Browse files
committed
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

+2-2
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

+1-1
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)