summaryrefslogtreecommitdiffstats
path: root/third_party/rust/uniffi/tests/ui/version_mismatch.rs
blob: 6a7edb891de4f030b654e4861424321549fdb7f6 (plain)
1
2
3
4
// This should fail with a version mismatch.
uniffi::assert_compatible_version!("0.0.1"); // An error message would go here.

fn main() {}