diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 00:47:55 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 00:47:55 +0000 |
commit | 26a029d407be480d791972afb5975cf62c9360a6 (patch) | |
tree | f435a8308119effd964b339f76abb83a57c29483 /intl/icu_capi/tests | |
parent | Initial commit. (diff) | |
download | firefox-26a029d407be480d791972afb5975cf62c9360a6.tar.xz firefox-26a029d407be480d791972afb5975cf62c9360a6.zip |
Adding upstream version 124.0.1.upstream/124.0.1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'intl/icu_capi/tests')
-rw-r--r-- | intl/icu_capi/tests/missing_apis.txt | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/intl/icu_capi/tests/missing_apis.txt b/intl/icu_capi/tests/missing_apis.txt new file mode 100644 index 0000000000..33caa29238 --- /dev/null +++ b/intl/icu_capi/tests/missing_apis.txt @@ -0,0 +1,33 @@ +# This file contains all APIs that are exposed in Rust but not over FFI, and not allowlisted in IGNORED_PATHS in tools/ffi_coverage/allowlist.rs. +# It is generated by `cargo make diplomat-coverage`. +# +# If adding an API that expands this file, please consider: +# +# - Whether you can expose that API over FFI in the same PR (and if you do so, be sure to add a `rust_link` annotation) +# - Whether the API already has its functionality exposed over FFI (if so, add a potentially-`hidden` `rust_link` annotation to the corresponding FFI API) +# - Whether that API is rust-specific functionality that need not be exposed (if so, add it to the allowlist with a note, or add a `hidden` `rust_link` annotation to a related API if possible) +# - Whether that API should be punted for later in FFI (if so, please check in with @Manishearth, @robertbastian, or @sffc) +# - Whether the API is experimental (if so, add it to the allowlist as experimental) +# +# It is acceptable to temporarily have APIs in this file that you plan to add in a soon-upcoming PR. +# +# Please check in with @Manishearth, @robertbastian, or @sffc if you have questions + + +icu::properties::bidi_data::BidiAuxiliaryProperties#Struct +icu::properties::bidi_data::BidiAuxiliaryProperties::from_data#FnInStruct +icu::properties::bidi_data::BidiAuxiliaryPropertiesBorrowed#Struct +icu::properties::bidi_data::BidiAuxiliaryPropertiesBorrowed::get32_mirroring_props#FnInStruct +icu::properties::bidi_data::BidiAuxiliaryPropertiesBorrowed::get32_pairing_props#FnInStruct +icu::properties::bidi_data::BidiMirroringProperties#Struct +icu::properties::bidi_data::BidiPairingProperties#Enum +icu::properties::bidi_data::bidi_auxiliary_properties#Fn +icu::properties::names::PropertyEnumToValueNameLinearMapper#Struct +icu::properties::names::PropertyEnumToValueNameLinearMapperBorrowed#Struct +icu::properties::names::PropertyEnumToValueNameLinearMapperBorrowed::get#FnInStruct +icu::properties::names::PropertyEnumToValueNameLinearTiny4Mapper#Struct +icu::properties::names::PropertyEnumToValueNameLinearTiny4MapperBorrowed#Struct +icu::properties::names::PropertyEnumToValueNameLinearTiny4MapperBorrowed::get#FnInStruct +icu::properties::names::PropertyEnumToValueNameSparseMapper#Struct +icu::properties::names::PropertyEnumToValueNameSparseMapperBorrowed#Struct +icu::properties::names::PropertyEnumToValueNameSparseMapperBorrowed::get#FnInStruct |