Pipeline with ci image with rust 1.65 (#12628)

* Pipeline with ci image with rust 1.65

* fix tests

* use image with sha
This commit is contained in:
Alexander Samusev
2022-11-08 09:07:32 +01:00
committed by GitHub
parent df54463521
commit 698f415b85
14 changed files with 61 additions and 116 deletions
@@ -35,6 +35,5 @@ note: associated function defined here
| ^^^^
help: consider removing the borrow
|
19 - fn test(data: &u64) {
19 + fn test(data: &u64) {
19 | fn test(data: &u64) {
|