Fix Cargo.lock and ui test

This commit is contained in:
Deadbeef 2021-08-13 11:30:33 +00:00
parent 2931a9df2f
commit 74627c17c5
No known key found for this signature in database
GPG key ID: 027DF9338862ADDD
2 changed files with 3 additions and 3 deletions

View file

@ -255,7 +255,7 @@ checksum = "81a18687293a1546b67c246452202bbbf143d239cb43494cc163da14979082da"
[[package]]
name = "cargo"
version = "0.56.0"
version = "0.57.0"
dependencies = [
"anyhow",
"atty",
@ -388,7 +388,7 @@ dependencies = [
[[package]]
name = "cargo-util"
version = "0.1.0"
version = "0.1.1"
dependencies = [
"anyhow",
"core-foundation",

View file

@ -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