File tree 2 files changed +3
-3
lines changed
src/test/ui/rfc-2632-const-trait-impl
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -255,7 +255,7 @@ checksum = "81a18687293a1546b67c246452202bbbf143d239cb43494cc163da14979082da"
255
255
256
256
[[package ]]
257
257
name = " cargo"
258
- version = " 0.56 .0"
258
+ version = " 0.57 .0"
259
259
dependencies = [
260
260
" anyhow" ,
261
261
" atty" ,
@@ -388,7 +388,7 @@ dependencies = [
388
388
389
389
[[package ]]
390
390
name = " cargo-util"
391
- version = " 0.1.0 "
391
+ version = " 0.1.1 "
392
392
dependencies = [
393
393
" anyhow" ,
394
394
" core-foundation" ,
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ LL | type Bar = NonConstAdd;
11
11
help: consider introducing a `where` bound, but there might be an alternative better way to express this requirement
12
12
|
13
13
LL | impl const Foo for NonConstAdd where NonConstAdd: Add {
14
- | ^^^^^^^^^^^^^^^^^^^^^^
14
+ | ++++++++++++++++++++++
15
15
16
16
error: aborting due to previous error
17
17
You can’t perform that action at this time.
0 commit comments