ci: bump ci image for rust 1.70 (#14399)

* ci: bump ci image for rust 1.70

* ".git/.scripts/commands/update-ui/update-ui.sh" 1.70

* chore: ignore the new let_with_type_underscore lint

---------

Co-authored-by: command-bot <>
This commit is contained in:
Mira Ressel
2023-06-20 13:26:03 +02:00
committed by GitHub
parent f4c00ecc3f
commit 6ea3736004
10 changed files with 18 additions and 19 deletions
@@ -1,5 +1,5 @@
error[E0433]: failed to resolve: use of undeclared type `Insect`
error[E0405]: cannot find trait `Insect` in this scope
--> tests/derive_impl_ui/bad_disambiguation_path.rs:38:35
|
38 | #[derive_impl(FourLeggedAnimal as Insect)]
| ^^^^^^ use of undeclared type `Insect`
| ^^^^^^ not found in this scope