Revamp Reproducible Builds #242
Annotations
3 errors and 2 warnings
type annotations needed:
check/src/docker.rs#L49
error[E0283]: type annotations needed
--> check/src/docker.rs:49:9
|
49 | let cargo_stylus_version = cargo_stylus_version
| ^^^^^^^^^^^^^^^^^^^^
...
52 | .collect();
| ------- type must be known at this point
|
= note: multiple `impl`s satisfying `_: std::iter::FromIterator<char>` found in the `alloc` crate:
- impl std::iter::FromIterator<char> for std::boxed::Box<str>;
- impl std::iter::FromIterator<char> for std::string::String;
note: required by a bound in `std::iter::Iterator::collect`
--> /rustc/051478957371ee0084a7c0913941d2a8c4757bb9/library/core/src/iter/traits/iterator.rs:2001:5
help: consider giving `cargo_stylus_version` an explicit type
|
49 | let cargo_stylus_version: Vec<_> = cargo_stylus_version
| ++++++++
|
(aarch64-apple-darwin, nightly)
Process completed with exit code 101.
|
(aarch64-apple-darwin, stable)
Process completed with exit code 101.
|
(aarch64-apple-darwin, nightly)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
(aarch64-apple-darwin, stable)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|