-
Notifications
You must be signed in to change notification settings - Fork 235
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
As per our Rust version policy: https://github.com/mozilla/uniffi-rs/blob/main/docs/policies/rust-versions.md
- Loading branch information
Showing
10 changed files
with
26 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
# This builds a docker image containing all the tools we need to run our | ||
# test suite in CI, including rust, kotlin, and swift. | ||
|
||
FROM cimg/rust:1.66.0 | ||
FROM cimg/rust:1.69.0 | ||
|
||
MAINTAINER Ryan Kelly "[email protected]" | ||
|
||
|
@@ -29,6 +29,8 @@ RUN sudo apt-get update -qq \ | |
python3-pip \ | ||
&& sudo apt-get clean | ||
|
||
# Use Cargo's sparse protocol | ||
ENV CARGO_REGISTRIES_CRATES_IO_PROTOCOL=sparse | ||
# This should automatically install the version specified in rust-toolchain.toml | ||
ADD rust-toolchain.toml rust-toolchain.toml | ||
RUN rustup self update \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
fixtures/uitests/tests/ui/fieldless_errors_used_in_callbacks_cant_have_fields.stderr
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
error[E0533]: expected unit struct, unit variant or constant, found struct variant `Self::DivisionByZero` | ||
error[E0533]: expected value, found struct variant `Self::DivisionByZero` | ||
--> $OUT_DIR[uniffi_uitests]/errors.uniffi.rs | ||
| | ||
| / #[::uniffi::ffi_converter_error( | ||
| | tag = crate::UniFfiTag, | ||
| | flat_error, | ||
| | with_try_read, | ||
| | )] | ||
| |__^ | ||
| |__^ not a value | ||
| | ||
= note: this error originates in the attribute macro `::uniffi::ffi_converter_error` (in Nightly builds, run with -Z macro-backtrace for more info) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters