File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/test/ui/rfc-2632-const-trait-impl Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -255,7 +255,7 @@ checksum = "81a18687293a1546b67c246452202bbbf143d239cb43494cc163da14979082da"
255255
256256[[package ]]
257257name = " cargo"
258- version = " 0.56 .0"
258+ version = " 0.57 .0"
259259dependencies = [
260260 " anyhow" ,
261261 " atty" ,
@@ -388,7 +388,7 @@ dependencies = [
388388
389389[[package ]]
390390name = " cargo-util"
391- version = " 0.1.0 "
391+ version = " 0.1.1 "
392392dependencies = [
393393 " anyhow" ,
394394 " core-foundation" ,
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ LL | type Bar = NonConstAdd;
1111help: consider introducing a `where` bound, but there might be an alternative better way to express this requirement
1212 |
1313LL | impl const Foo for NonConstAdd where NonConstAdd: Add {
14- | ^^^^^^^^^^^^^^^^^^^^^^
14+ | ++++++++++++++++++++++
1515
1616error: aborting due to previous error
1717
You can’t perform that action at this time.
0 commit comments