Sign in
android
/
platform
/
external
/
rust
/
android-crates-io
/
0d5c23f0c3fda3b89d25b270ca064d30e494aeb2
/
.
/
crates
/
uniffi
/
tests
/
ui
/
version_mismatch.rs
blob: 6a7edb891de4f030b654e4861424321549fdb7f6 [
file
] [
log
] [
blame
]
// This should fail with a version mismatch.
uniffi
::
assert_compatible_version
!(
"0.0.1"
);
// An error message would go here.
fn
main
()
{}