The following warnings were discovered during the build. These warnings are an indication that the packages contain code that will become an error in a future release of Rust. These warnings typically cover changes to close soundness problems, unintended or undocumented behavior, or critical problems that cannot be fixed in a backwards-compatible fashion, and are not expected to be in wide use. Each warning should contain a link for more information on what the warning means and how to resolve it. To solve this problem, you can try the following approaches: - If the issue is not solved by updating the dependencies, a fix has to be implemented by those dependencies. You can help with that by notifying the maintainers of this problem (e.g. by creating a bug report) or by proposing a fix to the maintainers (e.g. by creating a pull request): - windows-sys@0.59.0 - Repository: https://github.com/microsoft/windows-rs - Detailed warning command: `cargo report future-incompatibilities --id 2 --package windows-sys@0.59.0` - If waiting for an upstream fix is not an option, you can use the `[patch]` section in `Cargo.toml` to use your own version of the dependency. For more information, see: https://doc.rust-lang.org/cargo/reference/overriding-dependencies.html#the-patch-section The package `windows-sys v0.59.0` currently triggers the following future incompatibility lints: > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Wdk\NetworkManagement\Ndis\mod.rs:123:1 > | > 123 | windows_targets::link!("ndis.sys" "cdecl" fn NdisWriteErrorLogEntry(ndisadapterhandle : *const core::ffi::c_void, errorcode : u32, numberoferrorvalues : u32, ...)); > | ------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Wdk\Storage\FileSystem\mod.rs:834:1 > | > 834 | windows_targets::link!("ntdll...::super::super::Win32::Foundation:: NTSTATUS); > | -----------------------------...--------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Wdk\System\SystemServices\mod.rs:115:1 > | > 115 | windows_targets::link!("ntdll.dll" "cdecl" fn DbgPrint(format : windows_sys::core::PCSTR, ...) -> u32); > | ------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Wdk\System\SystemServices\mod.rs:116:1 > | > 116 | windows_targets::link!("ntdll.dll" "cdecl" fn DbgPrintEx(componentid : u32, level : u32, format : windows_sys::core::PCSTR, ...) -> u32); > | ---------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Wdk\System\SystemServices\mod.rs:117:1 > | > 117 | windows_targets::link!("ntdll.dll" "cdecl" fn DbgPrintReturnControlC(format : windows_sys::core::PCSTR, ...) -> u32); > | -------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Devices\AllJoyn\mod.rs:328:1 > | > 328 | windows_targets::link!("msajapi.dll" "cdecl" fn alljoyn_message_parseargs(msg : alljoyn_message, signature : windows_sys::core::PCSTR, ...) -> QStatus); > | ------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Devices\AllJoyn\mod.rs:333:1 > | > 333 | windows_targets::link!("msajapi.dll" "cdecl" fn alljoyn_msgarg_array_get(args : alljoyn_msgarg, numargs : usize, signature : windows_sys::core::PCSTR, ...) -> QStatus); > | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Devices\AllJoyn\mod.rs:334:1 > | > 334 | windows_targets::link!("msajapi.dll" "cdecl" fn alljoyn_msgarg_array_set(args : alljoyn_msgarg, numargs : *mut usize, signature : windows_sys::core::PCSTR, ...) -> QStatus); > | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Devices\AllJoyn\mod.rs:335:1 > | > 335 | windows_targets::link!("msajapi.dll" "cdecl" fn alljoyn_msgarg_array_set_offset(args : alljoyn_msgarg, argoffset : usize, numargs : *mut usize, signature : windows_sys::core::PCSTR, ...) -> QStatus); > | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Devices\AllJoyn\mod.rs:342:1 > | > 342 | windows_targets::link!("msajapi.dll" "cdecl" fn alljoyn_msgarg_create_and_set(signature : windows_sys::core::PCSTR, ...) -> alljoyn_msgarg); > | ------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Devices\AllJoyn\mod.rs:345:1 > | > 345 | windows_targets::link!("msajapi.dll" "cdecl" fn alljoyn_msgarg_get(arg : alljoyn_msgarg, signature : windows_sys::core::PCSTR, ...) -> QStatus); > | ----------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Devices\AllJoyn\mod.rs:372:1 > | > 372 | windows_targets::link!("msajapi.dll" "cdecl" fn alljoyn_msgarg_getdictelement(arg : alljoyn_msgarg, elemsig : windows_sys::core::PCSTR, ...) -> QStatus); > | -------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Devices\AllJoyn\mod.rs:379:1 > | > 379 | windows_targets::link!("msajapi.dll" "cdecl" fn alljoyn_msgarg_set(arg : alljoyn_msgarg, signature : windows_sys::core::PCSTR, ...) -> QStatus); > | ----------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Devices\AllJoyn\mod.rs:380:1 > | > 380 | windows_targets::link!("msajapi.dll" "cdecl" fn alljoyn_msgarg_set_and_stabilize(arg : alljoyn_msgarg, signature : windows_sys::core::PCSTR, ...) -> QStatus); > | ------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Devices\DeviceAndDriverInstallation\mod.rs:647:1 > | > 647 | windows_targets::link!("setupapi.dll" "cdecl" fn SetupWriteTextLog(logtoken : u64, category : u32, flags : u32, messagestr : windows_sys::core::PCSTR, ...)); > | ------------------------------------------------------------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Devices\DeviceAndDriverInstallation\mod.rs:648:1 > | > 648 | windows_targets::link!("setupapi.dll" "cdecl" fn SetupWriteTextLogError(logtoken : u64, category : u32, logflags : u32, error : u32, messagestr : windows_sys::core::PCSTR, ...)); > | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:201:1 > | > 201 | windows_targets::link!("icu.d...verterCallbackReason, err : *mut UErrorCode)); > | -----------------------------...--------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:202:1 > | > 202 | windows_targets::link!("icu.d...verterCallbackReason, err : *mut UErrorCode)); > | -----------------------------...--------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:203:1 > | > 203 | windows_targets::link!("icu.d...verterCallbackReason, err : *mut UErrorCode)); > | -----------------------------...--------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:204:1 > | > 204 | windows_targets::link!("icu.d...verterCallbackReason, err : *mut UErrorCode)); > | -----------------------------...--------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:205:1 > | > 205 | windows_targets::link!("icu.d...verterCallbackReason, err : *mut UErrorCode)); > | -----------------------------...--------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:206:1 > | > 206 | windows_targets::link!("icu.d...verterCallbackReason, err : *mut UErrorCode)); > | -----------------------------...--------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:207:1 > | > 207 | windows_targets::link!("icu.d...verterCallbackReason, err : *mut UErrorCode)); > | -----------------------------...--------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:208:1 > | > 208 | windows_targets::link!("icu.d...verterCallbackReason, err : *mut UErrorCode)); > | -----------------------------...--------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:224:1 > | > 224 | windows_targets::link!("icu.dll" "cdecl" fn u_UCharsToChars(us : *const u16, cs : windows_sys::core::PCSTR, length : i32)); > | -------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:225:1 > | > 225 | windows_targets::link!("icu.dll" "cdecl" fn u_austrcpy(dst : windows_sys::core::PCSTR, src : *const u16) -> windows_sys::core::PSTR); > | ------------------------------------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:226:1 > | > 226 | windows_targets::link!("icu.dll" "cdecl" fn u_austrncpy(dst : windows_sys::core::PCSTR, src : *const u16, n : i32) -> windows_sys::core::PSTR); > | ---------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:227:1 > | > 227 | windows_targets::link!("icu.dll" "cdecl" fn u_catclose(catd : *mut UResourceBundle)); > | ------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:228:1 > | > 228 | windows_targets::link!("icu.dll" "cdecl" fn u_catgets(catd : *mut UResourceBundle, set_num : i32, msg_num : i32, s : *const u16, len : *mut i32, ec : *mut UErrorCode) -> *mut u16); > | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:229:1 > | > 229 | windows_targets::link!("icu.dll" "cdecl" fn u_catopen(name : windows_sys::core::PCSTR, locale : windows_sys::core::PCSTR, ec : *mut UErrorCode) -> *mut UResourceBundle); > | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:230:1 > | > 230 | windows_targets::link!("icu.dll" "cdecl" fn u_charAge(c : i32, versionarray : *mut u8)); > | --------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:231:1 > | > 231 | windows_targets::link!("icu.dll" "cdecl" fn u_charDigitValue(c : i32) -> i32); > | ----------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:232:1 > | > 232 | windows_targets::link!("icu.dll" "cdecl" fn u_charDirection(c : i32) -> UCharDirection); > | --------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:233:1 > | > 233 | windows_targets::link!("icu.dll" "cdecl" fn u_charFromName(namechoice : UCharNameChoice, name : windows_sys::core::PCSTR, perrorcode : *mut UErrorCode) -> i32); > | --------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:234:1 > | > 234 | windows_targets::link!("icu.dll" "cdecl" fn u_charMirror(c : i32) -> i32); > | ------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:235:1 > | > 235 | windows_targets::link!("icu.dll" "cdecl" fn u_charName(code : i32, namechoice : UCharNameChoice, buffer : windows_sys::core::PCSTR, bufferlength : i32, perrorcode : *mut UErrorCode) -> i32); > | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:236:1 > | > 236 | windows_targets::link!("icu.dll" "cdecl" fn u_charType(c : i32) -> i8); > | ---------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:237:1 > | > 237 | windows_targets::link!("icu.dll" "cdecl" fn u_charsToUChars(cs : windows_sys::core::PCSTR, us : *mut u16, length : i32)); > | ------------------------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:238:1 > | > 238 | windows_targets::link!("icu.dll" "cdecl" fn u_cleanup()); > | -------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:239:1 > | > 239 | windows_targets::link!("icu.dll" "cdecl" fn u_countChar32(s : *const u16, length : i32) -> i32); > | ----------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:240:1 > | > 240 | windows_targets::link!("icu.dll" "cdecl" fn u_digit(ch : i32, radix : i8) -> i32); > | --------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:241:1 > | > 241 | windows_targets::link!("icu.dll" "cdecl" fn u_enumCharNames(start : i32, limit : i32, r#fn : *mut UEnumCharNamesFn, context : *mut core::ffi::c_void, namechoice : UCharNameChoice, perrorcode : *mut UErrorCode)); > | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:242:1 > | > 242 | windows_targets::link!("icu.dll" "cdecl" fn u_enumCharTypes(enumrange : *mut UCharEnumTypeRange, context : *const core::ffi::c_void)); > | ------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:243:1 > | > 243 | windows_targets::link!("icu.dll" "cdecl" fn u_errorName(code : UErrorCode) -> windows_sys::core::PCSTR); > | ------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:244:1 > | > 244 | windows_targets::link!("icu.dll" "cdecl" fn u_foldCase(c : i32, options : u32) -> i32); > | -------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:245:1 > | > 245 | windows_targets::link!("icu.dll" "cdecl" fn u_forDigit(digit : i32, radix : i8) -> i32); > | --------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:246:1 > | > 246 | windows_targets::link!("icu.dll" "cdecl" fn u_formatMessage(locale : windows_sys::core::PCSTR, pattern : *const u16, patternlength : i32, result : *mut u16, resultlength : i32, status : *mut UErrorCode, ...) -> i32); > | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:247:1 > | > 247 | windows_targets::link!("icu.d...Error, status : *mut UErrorCode, ...) -> i32); > | -----------------------------...--------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:248:1 > | > 248 | windows_targets::link!("icu.dll" "cdecl" fn u_getBidiPairedBracket(c : i32) -> i32); > | ----------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:249:1 > | > 249 | windows_targets::link!("icu.dll" "cdecl" fn u_getBinaryPropertySet(property : UProperty, perrorcode : *mut UErrorCode) -> *mut USet); > | ------------------------------------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:250:1 > | > 250 | windows_targets::link!("icu.dll" "cdecl" fn u_getCombiningClass(c : i32) -> u8); > | ------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:251:1 > | > 251 | windows_targets::link!("icu.dll" "cdecl" fn u_getDataVersion(dataversionfillin : *mut u8, status : *mut UErrorCode)); > | -------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:252:1 > | > 252 | windows_targets::link!("icu.dll" "cdecl" fn u_getFC_NFKC_Closure(c : i32, dest : *mut u16, destcapacity : i32, perrorcode : *mut UErrorCode) -> i32); > | ---------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:253:1 > | > 253 | windows_targets::link!("icu.dll" "cdecl" fn u_getIntPropertyMap(property : UProperty, perrorcode : *mut UErrorCode) -> *mut UCPMap); > | ----------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:254:1 > | > 254 | windows_targets::link!("icu.dll" "cdecl" fn u_getIntPropertyMaxValue(which : UProperty) -> i32); > | ----------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:255:1 > | > 255 | windows_targets::link!("icu.dll" "cdecl" fn u_getIntPropertyMinValue(which : UProperty) -> i32); > | ----------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:256:1 > | > 256 | windows_targets::link!("icu.dll" "cdecl" fn u_getIntPropertyValue(c : i32, which : UProperty) -> i32); > | ----------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:257:1 > | > 257 | windows_targets::link!("icu.dll" "cdecl" fn u_getNumericValue(c : i32) -> f64); > | ------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:258:1 > | > 258 | windows_targets::link!("icu.dll" "cdecl" fn u_getPropertyEnum(alias : windows_sys::core::PCSTR) -> UProperty); > | ------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:259:1 > | > 259 | windows_targets::link!("icu.dll" "cdecl" fn u_getPropertyName(property : UProperty, namechoice : UPropertyNameChoice) -> windows_sys::core::PCSTR); > | -------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:260:1 > | > 260 | windows_targets::link!("icu.dll" "cdecl" fn u_getPropertyValueEnum(property : UProperty, alias : windows_sys::core::PCSTR) -> i32); > | ---------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:261:1 > | > 261 | windows_targets::link!("icu.dll" "cdecl" fn u_getPropertyValueName(property : UProperty, value : i32, namechoice : UPropertyNameChoice) -> windows_sys::core::PCSTR); > | -------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:262:1 > | > 262 | windows_targets::link!("icu.dll" "cdecl" fn u_getUnicodeVersion(versionarray : *mut u8)); > | ---------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:263:1 > | > 263 | windows_targets::link!("icu.dll" "cdecl" fn u_getVersion(versionarray : *mut u8)); > | --------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:264:1 > | > 264 | windows_targets::link!("icu.dll" "cdecl" fn u_hasBinaryProperty(c : i32, which : UProperty) -> i8); > | -------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:265:1 > | > 265 | windows_targets::link!("icu.dll" "cdecl" fn u_init(status : *mut UErrorCode)); > | ----------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:266:1 > | > 266 | windows_targets::link!("icu.dll" "cdecl" fn u_isIDIgnorable(c : i32) -> i8); > | --------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:267:1 > | > 267 | windows_targets::link!("icu.dll" "cdecl" fn u_isIDPart(c : i32) -> i8); > | ---------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:268:1 > | > 268 | windows_targets::link!("icu.dll" "cdecl" fn u_isIDStart(c : i32) -> i8); > | ----------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:269:1 > | > 269 | windows_targets::link!("icu.dll" "cdecl" fn u_isISOControl(c : i32) -> i8); > | -------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:270:1 > | > 270 | windows_targets::link!("icu.dll" "cdecl" fn u_isJavaIDPart(c : i32) -> i8); > | -------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:271:1 > | > 271 | windows_targets::link!("icu.dll" "cdecl" fn u_isJavaIDStart(c : i32) -> i8); > | --------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:272:1 > | > 272 | windows_targets::link!("icu.dll" "cdecl" fn u_isJavaSpaceChar(c : i32) -> i8); > | ----------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:273:1 > | > 273 | windows_targets::link!("icu.dll" "cdecl" fn u_isMirrored(c : i32) -> i8); > | ------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:274:1 > | > 274 | windows_targets::link!("icu.dll" "cdecl" fn u_isUAlphabetic(c : i32) -> i8); > | --------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:275:1 > | > 275 | windows_targets::link!("icu.dll" "cdecl" fn u_isULowercase(c : i32) -> i8); > | -------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:276:1 > | > 276 | windows_targets::link!("icu.dll" "cdecl" fn u_isUUppercase(c : i32) -> i8); > | -------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:277:1 > | > 277 | windows_targets::link!("icu.dll" "cdecl" fn u_isUWhiteSpace(c : i32) -> i8); > | --------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:278:1 > | > 278 | windows_targets::link!("icu.dll" "cdecl" fn u_isWhitespace(c : i32) -> i8); > | -------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:279:1 > | > 279 | windows_targets::link!("icu.dll" "cdecl" fn u_isalnum(c : i32) -> i8); > | --------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:280:1 > | > 280 | windows_targets::link!("icu.dll" "cdecl" fn u_isalpha(c : i32) -> i8); > | --------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:281:1 > | > 281 | windows_targets::link!("icu.dll" "cdecl" fn u_isbase(c : i32) -> i8); > | -------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:282:1 > | > 282 | windows_targets::link!("icu.dll" "cdecl" fn u_isblank(c : i32) -> i8); > | --------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:283:1 > | > 283 | windows_targets::link!("icu.dll" "cdecl" fn u_iscntrl(c : i32) -> i8); > | --------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:284:1 > | > 284 | windows_targets::link!("icu.dll" "cdecl" fn u_isdefined(c : i32) -> i8); > | ----------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:285:1 > | > 285 | windows_targets::link!("icu.dll" "cdecl" fn u_isdigit(c : i32) -> i8); > | --------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:286:1 > | > 286 | windows_targets::link!("icu.dll" "cdecl" fn u_isgraph(c : i32) -> i8); > | --------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:287:1 > | > 287 | windows_targets::link!("icu.dll" "cdecl" fn u_islower(c : i32) -> i8); > | --------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:288:1 > | > 288 | windows_targets::link!("icu.dll" "cdecl" fn u_isprint(c : i32) -> i8); > | --------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:289:1 > | > 289 | windows_targets::link!("icu.dll" "cdecl" fn u_ispunct(c : i32) -> i8); > | --------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:290:1 > | > 290 | windows_targets::link!("icu.dll" "cdecl" fn u_isspace(c : i32) -> i8); > | --------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:291:1 > | > 291 | windows_targets::link!("icu.dll" "cdecl" fn u_istitle(c : i32) -> i8); > | --------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:292:1 > | > 292 | windows_targets::link!("icu.dll" "cdecl" fn u_isupper(c : i32) -> i8); > | --------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:293:1 > | > 293 | windows_targets::link!("icu.dll" "cdecl" fn u_isxdigit(c : i32) -> i8); > | ---------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:294:1 > | > 294 | windows_targets::link!("icu.dll" "cdecl" fn u_memcasecmp(s1 : *const u16, s2 : *const u16, length : i32, options : u32) -> i32); > | ------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:295:1 > | > 295 | windows_targets::link!("icu.dll" "cdecl" fn u_memchr(s : *const u16, c : u16, count : i32) -> *mut u16); > | ------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:296:1 > | > 296 | windows_targets::link!("icu.dll" "cdecl" fn u_memchr32(s : *const u16, c : i32, count : i32) -> *mut u16); > | --------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:297:1 > | > 297 | windows_targets::link!("icu.dll" "cdecl" fn u_memcmp(buf1 : *const u16, buf2 : *const u16, count : i32) -> i32); > | --------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:298:1 > | > 298 | windows_targets::link!("icu.dll" "cdecl" fn u_memcmpCodePointOrder(s1 : *const u16, s2 : *const u16, count : i32) -> i32); > | ------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:299:1 > | > 299 | windows_targets::link!("icu.dll" "cdecl" fn u_memcpy(dest : *mut u16, src : *const u16, count : i32) -> *mut u16); > | ----------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:300:1 > | > 300 | windows_targets::link!("icu.dll" "cdecl" fn u_memmove(dest : *mut u16, src : *const u16, count : i32) -> *mut u16); > | ------------------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:301:1 > | > 301 | windows_targets::link!("icu.dll" "cdecl" fn u_memrchr(s : *const u16, c : u16, count : i32) -> *mut u16); > | -------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:302:1 > | > 302 | windows_targets::link!("icu.dll" "cdecl" fn u_memrchr32(s : *const u16, c : i32, count : i32) -> *mut u16); > | ---------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:303:1 > | > 303 | windows_targets::link!("icu.dll" "cdecl" fn u_memset(dest : *mut u16, c : u16, count : i32) -> *mut u16); > | -------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:304:1 > | > 304 | windows_targets::link!("icu.dll" "cdecl" fn u_parseMessage(locale : windows_sys::core::PCSTR, pattern : *const u16, patternlength : i32, source : *const u16, sourcelength : i32, status : *mut UErrorCode, ...)); > | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:305:1 > | > 305 | windows_targets::link!("icu.d... UParseError, status : *mut UErrorCode, ...)); > | -----------------------------...--------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:306:1 > | > 306 | windows_targets::link!("icu.dll" "cdecl" fn u_setMemoryFunctions(context : *const core::ffi::c_void, a : *mut UMemAllocFn, r : *mut UMemReallocFn, f : *mut UMemFreeFn, status : *mut UErrorCode)); > | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:307:1 > | > 307 | windows_targets::link!("icu.dll" "cdecl" fn u_shapeArabic(source : *const u16, sourcelength : i32, dest : *mut u16, destsize : i32, options : u32, perrorcode : *mut UErrorCode) -> i32); > | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:308:1 > | > 308 | windows_targets::link!("icu.dll" "cdecl" fn u_strCaseCompare(s1 : *const u16, length1 : i32, s2 : *const u16, length2 : i32, options : u32, perrorcode : *mut UErrorCode) -> i32); > | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:309:1 > | > 309 | windows_targets::link!("icu.dll" "cdecl" fn u_strCompare(s1 : *const u16, length1 : i32, s2 : *const u16, length2 : i32, codepointorder : i8) -> i32); > | ----------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:310:1 > | > 310 | windows_targets::link!("icu.dll" "cdecl" fn u_strCompareIter(iter1 : *mut UCharIterator, iter2 : *mut UCharIterator, codepointorder : i8) -> i32); > | ------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:311:1 > | > 311 | windows_targets::link!("icu.dll" "cdecl" fn u_strFindFirst(s : *const u16, length : i32, substring : *const u16, sublength : i32) -> *mut u16); > | ---------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:312:1 > | > 312 | windows_targets::link!("icu.dll" "cdecl" fn u_strFindLast(s : *const u16, length : i32, substring : *const u16, sublength : i32) -> *mut u16); > | --------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:313:1 > | > 313 | windows_targets::link!("icu.dll" "cdecl" fn u_strFoldCase(dest : *mut u16, destcapacity : i32, src : *const u16, srclength : i32, options : u32, perrorcode : *mut UErrorCode) -> i32); > | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:314:1 > | > 314 | windows_targets::link!("icu.d...2, perrorcode : *mut UErrorCode) -> *mut u16); > | -----------------------------...--------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:315:1 > | > 315 | windows_targets::link!("icu.dll" "cdecl" fn u_strFromUTF32(dest : *mut u16, destcapacity : i32, pdestlength : *mut i32, src : *const i32, srclength : i32, perrorcode : *mut UErrorCode) -> *mut u16); > | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:316:1 > | > 316 | windows_targets::link!("icu.d...2, perrorcode : *mut UErrorCode) -> *mut u16); > | -----------------------------...--------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:317:1 > | > 317 | windows_targets::link!("icu.dll" "cdecl" fn u_strFromUTF8(dest : *mut u16, destcapacity : i32, pdestlength : *mut i32, src : windows_sys::core::PCSTR, srclength : i32, perrorcode : *mut UErrorCode) -> *mut u16); > | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:318:1 > | > 318 | windows_targets::link!("icu.dll" "cdecl" fn u_strFromUTF8Lenient(dest : *mut u16, destcapacity : i32, pdestlength : *mut i32, src : windows_sys::core::PCSTR, srclength : i32, perrorcode : *mut UErrorCode) -> *mut u16); > | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:319:1 > | > 319 | windows_targets::link!("icu.d...2, perrorcode : *mut UErrorCode) -> *mut u16); > | -----------------------------...--------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:320:1 > | > 320 | windows_targets::link!("icu.dll" "cdecl" fn u_strFromWCS(dest : *mut u16, destcapacity : i32, pdestlength : *mut i32, src : windows_sys::core::PCWSTR, srclength : i32, perrorcode : *mut UErrorCode) -> *mut u16); > | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:321:1 > | > 321 | windows_targets::link!("icu.dll" "cdecl" fn u_strHasMoreChar32Than(s : *const u16, length : i32, number : i32) -> i8); > | --------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:322:1 > | > 322 | windows_targets::link!("icu.d... *mut UErrorCode) -> windows_sys::core::PSTR); > | -----------------------------...--------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:323:1 > | > 323 | windows_targets::link!("icu.dll" "cdecl" fn u_strToLower(dest : *mut u16, destcapacity : i32, src : *const u16, srclength : i32, locale : windows_sys::core::PCSTR, perrorcode : *mut UErrorCode) -> i32); > | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:324:1 > | > 324 | windows_targets::link!("icu.d...:PCSTR, perrorcode : *mut UErrorCode) -> i32); > | -----------------------------...--------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:325:1 > | > 325 | windows_targets::link!("icu.dll" "cdecl" fn u_strToUTF32(dest : *mut i32, destcapacity : i32, pdestlength : *mut i32, src : *const u16, srclength : i32, perrorcode : *mut UErrorCode) -> *mut i32); > | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:326:1 > | > 326 | windows_targets::link!("icu.d...2, perrorcode : *mut UErrorCode) -> *mut i32); > | -----------------------------...--------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:327:1 > | > 327 | windows_targets::link!("icu.d... *mut UErrorCode) -> windows_sys::core::PSTR); > | -----------------------------...--------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:328:1 > | > 328 | windows_targets::link!("icu.d... *mut UErrorCode) -> windows_sys::core::PSTR); > | -----------------------------...--------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:329:1 > | > 329 | windows_targets::link!("icu.dll" "cdecl" fn u_strToUpper(dest : *mut u16, destcapacity : i32, src : *const u16, srclength : i32, locale : windows_sys::core::PCSTR, perrorcode : *mut UErrorCode) -> i32); > | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:330:1 > | > 330 | windows_targets::link!("icu.d...*mut UErrorCode) -> windows_sys::core::PWSTR); > | -----------------------------...--------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:331:1 > | > 331 | windows_targets::link!("icu.dll" "cdecl" fn u_strcasecmp(s1 : *const u16, s2 : *const u16, options : u32) -> i32); > | ----------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:332:1 > | > 332 | windows_targets::link!("icu.dll" "cdecl" fn u_strcat(dst : *mut u16, src : *const u16) -> *mut u16); > | --------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:333:1 > | > 333 | windows_targets::link!("icu.dll" "cdecl" fn u_strchr(s : *const u16, c : u16) -> *mut u16); > | ------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:334:1 > | > 334 | windows_targets::link!("icu.dll" "cdecl" fn u_strchr32(s : *const u16, c : i32) -> *mut u16); > | -------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:335:1 > | > 335 | windows_targets::link!("icu.dll" "cdecl" fn u_strcmp(s1 : *const u16, s2 : *const u16) -> i32); > | ---------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:336:1 > | > 336 | windows_targets::link!("icu.dll" "cdecl" fn u_strcmpCodePointOrder(s1 : *const u16, s2 : *const u16) -> i32); > | ------------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:337:1 > | > 337 | windows_targets::link!("icu.dll" "cdecl" fn u_strcpy(dst : *mut u16, src : *const u16) -> *mut u16); > | --------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:338:1 > | > 338 | windows_targets::link!("icu.dll" "cdecl" fn u_strcspn(string : *const u16, matchset : *const u16) -> i32); > | --------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:339:1 > | > 339 | windows_targets::link!("icu.dll" "cdecl" fn u_strlen(s : *const u16) -> i32); > | ---------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:340:1 > | > 340 | windows_targets::link!("icu.dll" "cdecl" fn u_strncasecmp(s1 : *const u16, s2 : *const u16, n : i32, options : u32) -> i32); > | --------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:341:1 > | > 341 | windows_targets::link!("icu.dll" "cdecl" fn u_strncat(dst : *mut u16, src : *const u16, n : i32) -> *mut u16); > | ------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:342:1 > | > 342 | windows_targets::link!("icu.dll" "cdecl" fn u_strncmp(ucs1 : *const u16, ucs2 : *const u16, n : i32) -> i32); > | ------------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:343:1 > | > 343 | windows_targets::link!("icu.dll" "cdecl" fn u_strncmpCodePointOrder(s1 : *const u16, s2 : *const u16, n : i32) -> i32); > | ---------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:344:1 > | > 344 | windows_targets::link!("icu.dll" "cdecl" fn u_strncpy(dst : *mut u16, src : *const u16, n : i32) -> *mut u16); > | ------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:345:1 > | > 345 | windows_targets::link!("icu.dll" "cdecl" fn u_strpbrk(string : *const u16, matchset : *const u16) -> *mut u16); > | -------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:346:1 > | > 346 | windows_targets::link!("icu.dll" "cdecl" fn u_strrchr(s : *const u16, c : u16) -> *mut u16); > | ------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:347:1 > | > 347 | windows_targets::link!("icu.dll" "cdecl" fn u_strrchr32(s : *const u16, c : i32) -> *mut u16); > | --------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:348:1 > | > 348 | windows_targets::link!("icu.dll" "cdecl" fn u_strrstr(s : *const u16, substring : *const u16) -> *mut u16); > | ---------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:349:1 > | > 349 | windows_targets::link!("icu.dll" "cdecl" fn u_strspn(string : *const u16, matchset : *const u16) -> i32); > | -------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:350:1 > | > 350 | windows_targets::link!("icu.dll" "cdecl" fn u_strstr(s : *const u16, substring : *const u16) -> *mut u16); > | --------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:351:1 > | > 351 | windows_targets::link!("icu.dll" "cdecl" fn u_strtok_r(src : *mut u16, delim : *const u16, savestate : *mut *mut u16) -> *mut u16); > | ---------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:352:1 > | > 352 | windows_targets::link!("icu.dll" "cdecl" fn u_tolower(c : i32) -> i32); > | ---------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:353:1 > | > 353 | windows_targets::link!("icu.dll" "cdecl" fn u_totitle(c : i32) -> i32); > | ---------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:354:1 > | > 354 | windows_targets::link!("icu.dll" "cdecl" fn u_toupper(c : i32) -> i32); > | ---------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:355:1 > | > 355 | windows_targets::link!("icu.dll" "cdecl" fn u_uastrcpy(dst : *mut u16, src : windows_sys::core::PCSTR) -> *mut u16); > | ------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:356:1 > | > 356 | windows_targets::link!("icu.dll" "cdecl" fn u_uastrncpy(dst : *mut u16, src : windows_sys::core::PCSTR, n : i32) -> *mut u16); > | ----------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:357:1 > | > 357 | windows_targets::link!("icu.dll" "cdecl" fn u_unescape(src : windows_sys::core::PCSTR, dest : *mut u16, destcapacity : i32) -> i32); > | ----------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:358:1 > | > 358 | windows_targets::link!("icu.dll" "cdecl" fn u_unescapeAt(charat : UNESCAPE_CHAR_AT, offset : *mut i32, length : i32, context : *mut core::ffi::c_void) -> i32); > | -------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:359:1 > | > 359 | windows_targets::link!("icu.dll" "cdecl" fn u_versionFromString(versionarray : *mut u8, versionstring : windows_sys::core::PCSTR)); > | ---------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:360:1 > | > 360 | windows_targets::link!("icu.dll" "cdecl" fn u_versionFromUString(versionarray : *mut u8, versionstring : *const u16)); > | --------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:361:1 > | > 361 | windows_targets::link!("icu.dll" "cdecl" fn u_versionToString(versionarray : *const u8, versionstring : windows_sys::core::PCSTR)); > | ---------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:362:1 > | > 362 | windows_targets::link!("icu.d... : *mut i8, status : *mut UErrorCode) -> i32); > | -----------------------------...--------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:363:1 > | > 363 | windows_targets::link!("icu.d... : *mut i8, status : *mut UErrorCode) -> i32); > | -----------------------------...--------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:364:1 > | > 364 | windows_targets::link!("icu.dll" "cdecl" fn u_vparseMessage(locale : windows_sys::core::PCSTR, pattern : *const u16, patternlength : i32, source : *const u16, sourcelength : i32, ap : *mut i8, status : *mut UErrorCode)); > | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:365:1 > | > 365 | windows_targets::link!("icu.d... *mut UParseError, status : *mut UErrorCode)); > | -----------------------------...--------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:366:1 > | > 366 | windows_targets::link!("icu.dll" "cdecl" fn ubidi_close(pbidi : *mut UBiDi)); > | ---------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:367:1 > | > 367 | windows_targets::link!("icu.dll" "cdecl" fn ubidi_countParagraphs(pbidi : *mut UBiDi) -> i32); > | --------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:368:1 > | > 368 | windows_targets::link!("icu.dll" "cdecl" fn ubidi_countRuns(pbidi : *mut UBiDi, perrorcode : *mut UErrorCode) -> i32); > | --------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:369:1 > | > 369 | windows_targets::link!("icu.dll" "cdecl" fn ubidi_getBaseDirection(text : *const u16, length : i32) -> UBiDiDirection); > | ---------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:370:1 > | > 370 | windows_targets::link!("icu.dll" "cdecl" fn ubidi_getClassCallback(pbidi : *mut UBiDi, r#fn : *mut UBiDiClassCallback, context : *const *const core::ffi::c_void)); > | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:371:1 > | > 371 | windows_targets::link!("icu.dll" "cdecl" fn ubidi_getCustomizedClass(pbidi : *mut UBiDi, c : i32) -> UCharDirection); > | -------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:372:1 > | > 372 | windows_targets::link!("icu.dll" "cdecl" fn ubidi_getDirection(pbidi : *const UBiDi) -> UBiDiDirection); > | ------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:373:1 > | > 373 | windows_targets::link!("icu.dll" "cdecl" fn ubidi_getLength(pbidi : *const UBiDi) -> i32); > | ----------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:374:1 > | > 374 | windows_targets::link!("icu.dll" "cdecl" fn ubidi_getLevelAt(pbidi : *const UBiDi, charindex : i32) -> u8); > | ---------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:375:1 > | > 375 | windows_targets::link!("icu.dll" "cdecl" fn ubidi_getLevels(pbidi : *mut UBiDi, perrorcode : *mut UErrorCode) -> *mut u8); > | ------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:376:1 > | > 376 | windows_targets::link!("icu.dll" "cdecl" fn ubidi_getLogicalIndex(pbidi : *mut UBiDi, visualindex : i32, perrorcode : *mut UErrorCode) -> i32); > | ---------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:377:1 > | > 377 | windows_targets::link!("icu.dll" "cdecl" fn ubidi_getLogicalMap(pbidi : *mut UBiDi, indexmap : *mut i32, perrorcode : *mut UErrorCode)); > | --------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:378:1 > | > 378 | windows_targets::link!("icu.dll" "cdecl" fn ubidi_getLogicalRun(pbidi : *const UBiDi, logicalposition : i32, plogicallimit : *mut i32, plevel : *mut u8)); > | --------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:379:1 > | > 379 | windows_targets::link!("icu.dll" "cdecl" fn ubidi_getParaLevel(pbidi : *const UBiDi) -> u8); > | ------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:380:1 > | > 380 | windows_targets::link!("icu.dll" "cdecl" fn ubidi_getParagraph(pbidi : *const UBiDi, charindex : i32, pparastart : *mut i32, pparalimit : *mut i32, pparalevel : *mut u8, perrorcode : *mut UErrorCode) -> i32); > | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:381:1 > | > 381 | windows_targets::link!("icu.dll" "cdecl" fn ubidi_getParagraphByIndex(pbidi : *const UBiDi, paraindex : i32, pparastart : *mut i32, pparalimit : *mut i32, pparalevel : *mut u8, perrorcode : *mut UErrorCode)); > | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:382:1 > | > 382 | windows_targets::link!("icu.dll" "cdecl" fn ubidi_getProcessedLength(pbidi : *const UBiDi) -> i32); > | -------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:383:1 > | > 383 | windows_targets::link!("icu.dll" "cdecl" fn ubidi_getReorderingMode(pbidi : *mut UBiDi) -> UBiDiReorderingMode); > | --------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:384:1 > | > 384 | windows_targets::link!("icu.dll" "cdecl" fn ubidi_getReorderingOptions(pbidi : *mut UBiDi) -> u32); > | -------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:385:1 > | > 385 | windows_targets::link!("icu.dll" "cdecl" fn ubidi_getResultLength(pbidi : *const UBiDi) -> i32); > | ----------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:386:1 > | > 386 | windows_targets::link!("icu.dll" "cdecl" fn ubidi_getText(pbidi : *const UBiDi) -> *mut u16); > | -------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:387:1 > | > 387 | windows_targets::link!("icu.dll" "cdecl" fn ubidi_getVisualIndex(pbidi : *mut UBiDi, logicalindex : i32, perrorcode : *mut UErrorCode) -> i32); > | ---------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:388:1 > | > 388 | windows_targets::link!("icu.dll" "cdecl" fn ubidi_getVisualMap(pbidi : *mut UBiDi, indexmap : *mut i32, perrorcode : *mut UErrorCode)); > | -------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:389:1 > | > 389 | windows_targets::link!("icu.dll" "cdecl" fn ubidi_getVisualRun(pbidi : *mut UBiDi, runindex : i32, plogicalstart : *mut i32, plength : *mut i32) -> UBiDiDirection); > | ------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:390:1 > | > 390 | windows_targets::link!("icu.dll" "cdecl" fn ubidi_invertMap(srcmap : *const i32, destmap : *mut i32, length : i32)); > | ------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:391:1 > | > 391 | windows_targets::link!("icu.dll" "cdecl" fn ubidi_isInverse(pbidi : *mut UBiDi) -> i8); > | -------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:392:1 > | > 392 | windows_targets::link!("icu.dll" "cdecl" fn ubidi_isOrderParagraphsLTR(pbidi : *mut UBiDi) -> i8); > | ------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:393:1 > | > 393 | windows_targets::link!("icu.dll" "cdecl" fn ubidi_open() -> *mut UBiDi); > | ----------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:394:1 > | > 394 | windows_targets::link!("icu.dll" "cdecl" fn ubidi_openSized(maxlength : i32, maxruncount : i32, perrorcode : *mut UErrorCode) -> *mut UBiDi); > | -------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:395:1 > | > 395 | windows_targets::link!("icu.dll" "cdecl" fn ubidi_orderParagraphsLTR(pbidi : *mut UBiDi, orderparagraphsltr : i8)); > | ------------------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:396:1 > | > 396 | windows_targets::link!("icu.dll" "cdecl" fn ubidi_reorderLogical(levels : *const u8, length : i32, indexmap : *mut i32)); > | ------------------------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:397:1 > | > 397 | windows_targets::link!("icu.dll" "cdecl" fn ubidi_reorderVisual(levels : *const u8, length : i32, indexmap : *mut i32)); > | ----------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:398:1 > | > 398 | windows_targets::link!("icu.d...::ffi::c_void, perrorcode : *mut UErrorCode)); > | -----------------------------...--------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:399:1 > | > 399 | windows_targets::link!("icu.dll" "cdecl" fn ubidi_setContext(pbidi : *mut UBiDi, prologue : *const u16, prolength : i32, epilogue : *const u16, epilength : i32, perrorcode : *mut UErrorCode)); > | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:400:1 > | > 400 | windows_targets::link!("icu.dll" "cdecl" fn ubidi_setInverse(pbidi : *mut UBiDi, isinverse : i8)); > | ------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:401:1 > | > 401 | windows_targets::link!("icu.dll" "cdecl" fn ubidi_setLine(pparabidi : *const UBiDi, start : i32, limit : i32, plinebidi : *mut UBiDi, perrorcode : *mut UErrorCode)); > | -------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:402:1 > | > 402 | windows_targets::link!("icu.dll" "cdecl" fn ubidi_setPara(pbidi : *mut UBiDi, text : *const u16, length : i32, paralevel : u8, embeddinglevels : *mut u8, perrorcode : *mut UErrorCode)); > | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:403:1 > | > 403 | windows_targets::link!("icu.dll" "cdecl" fn ubidi_setReorderingMode(pbidi : *mut UBiDi, reorderingmode : UBiDiReorderingMode)); > | ------------------------------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:404:1 > | > 404 | windows_targets::link!("icu.dll" "cdecl" fn ubidi_setReorderingOptions(pbidi : *mut UBiDi, reorderingoptions : u32)); > | -------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:405:1 > | > 405 | windows_targets::link!("icu.dll" "cdecl" fn ubidi_writeReordered(pbidi : *mut UBiDi, dest : *mut u16, destsize : i32, options : u16, perrorcode : *mut UErrorCode) -> i32); > | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:406:1 > | > 406 | windows_targets::link!("icu.dll" "cdecl" fn ubidi_writeReverse(src : *const u16, srclength : i32, dest : *mut u16, destsize : i32, options : u16, perrorcode : *mut UErrorCode) -> i32); > | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:407:1 > | > 407 | windows_targets::link!("icu.dll" "cdecl" fn ubiditransform_close(pbiditransform : *mut UBiDiTransform)); > | ------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:408:1 > | > 408 | windows_targets::link!("icu.dll" "cdecl" fn ubiditransform_open(perrorcode : *mut UErrorCode) -> *mut UBiDiTransform); > | --------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:409:1 > | > 409 | windows_targets::link!("icu.d... : u32, perrorcode : *mut UErrorCode) -> u32); > | -----------------------------...--------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:410:1 > | > 410 | windows_targets::link!("icu.dll" "cdecl" fn ublock_getCode(c : i32) -> UBlockCode); > | ---------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:411:1 > | > 411 | windows_targets::link!("icu.dll" "cdecl" fn ubrk_close(bi : *mut UBreakIterator)); > | --------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:412:1 > | > 412 | windows_targets::link!("icu.dll" "cdecl" fn ubrk_countAvailable() -> i32); > | ------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:413:1 > | > 413 | windows_targets::link!("icu.dll" "cdecl" fn ubrk_current(bi : *const UBreakIterator) -> i32); > | -------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:414:1 > | > 414 | windows_targets::link!("icu.dll" "cdecl" fn ubrk_first(bi : *mut UBreakIterator) -> i32); > | ---------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:415:1 > | > 415 | windows_targets::link!("icu.dll" "cdecl" fn ubrk_following(bi : *mut UBreakIterator, offset : i32) -> i32); > | ---------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:416:1 > | > 416 | windows_targets::link!("icu.dll" "cdecl" fn ubrk_getAvailable(index : i32) -> windows_sys::core::PCSTR); > | ------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:417:1 > | > 417 | windows_targets::link!("icu.dll" "cdecl" fn ubrk_getBinaryRules(bi : *mut UBreakIterator, binaryrules : *mut u8, rulescapacity : i32, status : *mut UErrorCode) -> i32); > | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:418:1 > | > 418 | windows_targets::link!("icu.dll" "cdecl" fn ubrk_getLocaleByType(bi : *const UBreakIterator, r#type : ULocDataLocaleType, status : *mut UErrorCode) -> windows_sys::core::PCSTR); > | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:419:1 > | > 419 | windows_targets::link!("icu.dll" "cdecl" fn ubrk_getRuleStatus(bi : *mut UBreakIterator) -> i32); > | ------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:420:1 > | > 420 | windows_targets::link!("icu.dll" "cdecl" fn ubrk_getRuleStatusVec(bi : *mut UBreakIterator, fillinvec : *mut i32, capacity : i32, status : *mut UErrorCode) -> i32); > | ------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:421:1 > | > 421 | windows_targets::link!("icu.dll" "cdecl" fn ubrk_isBoundary(bi : *mut UBreakIterator, offset : i32) -> i8); > | ---------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:422:1 > | > 422 | windows_targets::link!("icu.dll" "cdecl" fn ubrk_last(bi : *mut UBreakIterator) -> i32); > | --------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:423:1 > | > 423 | windows_targets::link!("icu.dll" "cdecl" fn ubrk_next(bi : *mut UBreakIterator) -> i32); > | --------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:424:1 > | > 424 | windows_targets::link!("icu.dll" "cdecl" fn ubrk_open(r#type : UBreakIteratorType, locale : windows_sys::core::PCSTR, text : *const u16, textlength : i32, status : *mut UErrorCode) -> *mut UBreakIterator); > | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:425:1 > | > 425 | windows_targets::link!("icu.dll" "cdecl" fn ubrk_openBinaryRules(binaryrules : *const u8, ruleslength : i32, text : *const u16, textlength : i32, status : *mut UErrorCode) -> *mut UBreakIterator); > | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:426:1 > | > 426 | windows_targets::link!("icu.dll" "cdecl" fn ubrk_openRules(rules : *const u16, ruleslength : i32, text : *const u16, textlength : i32, parseerr : *mut UParseError, status : *mut UErrorCode) -> *mut UBreakIterator); > | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:427:1 > | > 427 | windows_targets::link!("icu.dll" "cdecl" fn ubrk_preceding(bi : *mut UBreakIterator, offset : i32) -> i32); > | ---------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:428:1 > | > 428 | windows_targets::link!("icu.dll" "cdecl" fn ubrk_previous(bi : *mut UBreakIterator) -> i32); > | ------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:429:1 > | > 429 | windows_targets::link!("icu.dll" "cdecl" fn ubrk_refreshUText(bi : *mut UBreakIterator, text : *mut UText, status : *mut UErrorCode)); > | ------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:430:1 > | > 430 | windows_targets::link!("icu.dll" "cdecl" fn ubrk_safeClone(bi : *const UBreakIterator, stackbuffer : *mut core::ffi::c_void, pbuffersize : *mut i32, status : *mut UErrorCode) -> *mut UBreakIterator); > | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:431:1 > | > 431 | windows_targets::link!("icu.dll" "cdecl" fn ubrk_setText(bi : *mut UBreakIterator, text : *const u16, textlength : i32, status : *mut UErrorCode)); > | -------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:432:1 > | > 432 | windows_targets::link!("icu.dll" "cdecl" fn ubrk_setUText(bi : *mut UBreakIterator, text : *mut UText, status : *mut UErrorCode)); > | --------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:433:1 > | > 433 | windows_targets::link!("icu.dll" "cdecl" fn ucal_add(cal : *mut *mut core::ffi::c_void, field : UCalendarDateFields, amount : i32, status : *mut UErrorCode)); > | ------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:434:1 > | > 434 | windows_targets::link!("icu.dll" "cdecl" fn ucal_clear(calendar : *mut *mut core::ffi::c_void)); > | ----------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:435:1 > | > 435 | windows_targets::link!("icu.dll" "cdecl" fn ucal_clearField(cal : *mut *mut core::ffi::c_void, field : UCalendarDateFields)); > | ---------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:436:1 > | > 436 | windows_targets::link!("icu.dll" "cdecl" fn ucal_clone(cal : *const *const core::ffi::c_void, status : *mut UErrorCode) -> *mut *mut core::ffi::c_void); > | ------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:437:1 > | > 437 | windows_targets::link!("icu.dll" "cdecl" fn ucal_close(cal : *mut *mut core::ffi::c_void)); > | ------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:438:1 > | > 438 | windows_targets::link!("icu.dll" "cdecl" fn ucal_countAvailable() -> i32); > | ------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:439:1 > | > 439 | windows_targets::link!("icu.dll" "cdecl" fn ucal_equivalentTo(cal1 : *const *const core::ffi::c_void, cal2 : *const *const core::ffi::c_void) -> i8); > | ---------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:440:1 > | > 440 | windows_targets::link!("icu.dll" "cdecl" fn ucal_get(cal : *const *const core::ffi::c_void, field : UCalendarDateFields, status : *mut UErrorCode) -> i32); > | ---------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:441:1 > | > 441 | windows_targets::link!("icu.dll" "cdecl" fn ucal_getAttribute(cal : *const *const core::ffi::c_void, attr : UCalendarAttribute) -> i32); > | --------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:442:1 > | > 442 | windows_targets::link!("icu.dll" "cdecl" fn ucal_getAvailable(localeindex : i32) -> windows_sys::core::PCSTR); > | ------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:443:1 > | > 443 | windows_targets::link!("icu.dll" "cdecl" fn ucal_getCanonicalTimeZoneID(id : *const u16, len : i32, result : *mut u16, resultcapacity : i32, issystemid : *mut i8, status : *mut UErrorCode) -> i32); > | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:444:1 > | > 444 | windows_targets::link!("icu.dll" "cdecl" fn ucal_getDSTSavings(zoneid : *const u16, ec : *mut UErrorCode) -> i32); > | ----------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:445:1 > | > 445 | windows_targets::link!("icu.dll" "cdecl" fn ucal_getDayOfWeekType(cal : *const *const core::ffi::c_void, dayofweek : UCalendarDaysOfWeek, status : *mut UErrorCode) -> UCalendarWeekdayType); > | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:446:1 > | > 446 | windows_targets::link!("icu.dll" "cdecl" fn ucal_getDefaultTimeZone(result : *mut u16, resultcapacity : i32, ec : *mut UErrorCode) -> i32); > | ------------------------------------------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:447:1 > | > 447 | windows_targets::link!("icu.dll" "cdecl" fn ucal_getFieldDifference(cal : *mut *mut core::ffi::c_void, target : f64, field : UCalendarDateFields, status : *mut UErrorCode) -> i32); > | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:448:1 > | > 448 | windows_targets::link!("icu.dll" "cdecl" fn ucal_getGregorianChange(cal : *const *const core::ffi::c_void, perrorcode : *mut UErrorCode) -> f64); > | ------------------------------------------------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:449:1 > | > 449 | windows_targets::link!("icu.dll" "cdecl" fn ucal_getHostTimeZone(result : *mut u16, resultcapacity : i32, ec : *mut UErrorCode) -> i32); > | --------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:450:1 > | > 450 | windows_targets::link!("icu.dll" "cdecl" fn ucal_getKeywordValuesForLocale(key : windows_sys::core::PCSTR, locale : windows_sys::core::PCSTR, commonlyused : i8, status : *mut UErrorCode) -> *mut UEnumeration); > | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:451:1 > | > 451 | windows_targets::link!("icu.dll" "cdecl" fn ucal_getLimit(cal : *const *const core::ffi::c_void, field : UCalendarDateFields, r#type : UCalendarLimitType, status : *mut UErrorCode) -> i32); > | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:452:1 > | > 452 | windows_targets::link!("icu.dll" "cdecl" fn ucal_getLocaleByType(cal : *const *const core::ffi::c_void, r#type : ULocDataLocaleType, status : *mut UErrorCode) -> windows_sys::core::PCSTR); > | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:453:1 > | > 453 | windows_targets::link!("icu.dll" "cdecl" fn ucal_getMillis(cal : *const *const core::ffi::c_void, status : *mut UErrorCode) -> f64); > | ----------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:454:1 > | > 454 | windows_targets::link!("icu.dll" "cdecl" fn ucal_getNow() -> f64); > | ----------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:455:1 > | > 455 | windows_targets::link!("icu.dll" "cdecl" fn ucal_getTZDataVersion(status : *mut UErrorCode) -> windows_sys::core::PCSTR); > | ------------------------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:456:1 > | > 456 | windows_targets::link!("icu.d...ngth : i32, status : *mut UErrorCode) -> i32); > | -----------------------------...--------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:457:1 > | > 457 | windows_targets::link!("icu.dll" "cdecl" fn ucal_getTimeZoneID(cal : *const *const core::ffi::c_void, result : *mut u16, resultlength : i32, status : *mut UErrorCode) -> i32); > | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:458:1 > | > 458 | windows_targets::link!("icu.dll" "cdecl" fn ucal_getTimeZoneIDForWindowsID(winid : *const u16, len : i32, region : windows_sys::core::PCSTR, id : *mut u16, idcapacity : i32, status : *mut UErrorCode) -> i32); > | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:459:1 > | > 459 | windows_targets::link!("icu.dll" "cdecl" fn ucal_getTimeZoneTransitionDate(cal : *const *const core::ffi::c_void, r#type : UTimeZoneTransitionType, transition : *mut f64, status : *mut UErrorCode) -> i8); > | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:460:1 > | > 460 | windows_targets::link!("icu.dll" "cdecl" fn ucal_getType(cal : *const *const core::ffi::c_void, status : *mut UErrorCode) -> windows_sys::core::PCSTR); > | ------------------------------------------------------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:461:1 > | > 461 | windows_targets::link!("icu.dll" "cdecl" fn ucal_getWeekendTransition(cal : *const *const core::ffi::c_void, dayofweek : UCalendarDaysOfWeek, status : *mut UErrorCode) -> i32); > | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:462:1 > | > 462 | windows_targets::link!("icu.dll" "cdecl" fn ucal_getWindowsTimeZoneID(id : *const u16, len : i32, winid : *mut u16, winidcapacity : i32, status : *mut UErrorCode) -> i32); > | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:463:1 > | > 463 | windows_targets::link!("icu.dll" "cdecl" fn ucal_inDaylightTime(cal : *const *const core::ffi::c_void, status : *mut UErrorCode) -> i8); > | --------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:464:1 > | > 464 | windows_targets::link!("icu.dll" "cdecl" fn ucal_isSet(cal : *const *const core::ffi::c_void, field : UCalendarDateFields) -> i8); > | --------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:465:1 > | > 465 | windows_targets::link!("icu.dll" "cdecl" fn ucal_isWeekend(cal : *const *const core::ffi::c_void, date : f64, status : *mut UErrorCode) -> i8); > | ---------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:466:1 > | > 466 | windows_targets::link!("icu.dll" "cdecl" fn ucal_open(zoneid : *const u16, len : i32, locale : windows_sys::core::PCSTR, r#type : UCalendarType, status : *mut UErrorCode) -> *mut *mut core::ffi::c_void); > | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:467:1 > | > 467 | windows_targets::link!("icu.dll" "cdecl" fn ucal_openCountryTimeZones(country : windows_sys::core::PCSTR, ec : *mut UErrorCode) -> *mut UEnumeration); > | ----------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:468:1 > | > 468 | windows_targets::link!("icu.dll" "cdecl" fn ucal_openTimeZoneIDEnumeration(zonetype : USystemTimeZoneType, region : windows_sys::core::PCSTR, rawoffset : *const i32, ec : *mut UErrorCode) -> *mut UEnumeration); > | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:469:1 > | > 469 | windows_targets::link!("icu.dll" "cdecl" fn ucal_openTimeZones(ec : *mut UErrorCode) -> *mut UEnumeration); > | ---------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:470:1 > | > 470 | windows_targets::link!("icu.dll" "cdecl" fn ucal_roll(cal : *mut *mut core::ffi::c_void, field : UCalendarDateFields, amount : i32, status : *mut UErrorCode)); > | -------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:471:1 > | > 471 | windows_targets::link!("icu.dll" "cdecl" fn ucal_set(cal : *mut *mut core::ffi::c_void, field : UCalendarDateFields, value : i32)); > | ---------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:472:1 > | > 472 | windows_targets::link!("icu.dll" "cdecl" fn ucal_setAttribute(cal : *mut *mut core::ffi::c_void, attr : UCalendarAttribute, newvalue : i32)); > | -------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:473:1 > | > 473 | windows_targets::link!("icu.dll" "cdecl" fn ucal_setDate(cal : *mut *mut core::ffi::c_void, year : i32, month : i32, date : i32, status : *mut UErrorCode)); > | ----------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:474:1 > | > 474 | windows_targets::link!("icu.dll" "cdecl" fn ucal_setDateTime(cal : *mut *mut core::ffi::c_void, year : i32, month : i32, date : i32, hour : i32, minute : i32, second : i32, status : *mut UErrorCode)); > | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:475:1 > | > 475 | windows_targets::link!("icu.dll" "cdecl" fn ucal_setDefaultTimeZone(zoneid : *const u16, ec : *mut UErrorCode)); > | --------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:476:1 > | > 476 | windows_targets::link!("icu.dll" "cdecl" fn ucal_setGregorianChange(cal : *mut *mut core::ffi::c_void, date : f64, perrorcode : *mut UErrorCode)); > | ------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:477:1 > | > 477 | windows_targets::link!("icu.dll" "cdecl" fn ucal_setMillis(cal : *mut *mut core::ffi::c_void, datetime : f64, status : *mut UErrorCode)); > | ---------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:478:1 > | > 478 | windows_targets::link!("icu.dll" "cdecl" fn ucal_setTimeZone(cal : *mut *mut core::ffi::c_void, zoneid : *const u16, len : i32, status : *mut UErrorCode)); > | ---------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:479:1 > | > 479 | windows_targets::link!("icu.dll" "cdecl" fn ucasemap_close(csm : *mut UCaseMap)); > | -------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:480:1 > | > 480 | windows_targets::link!("icu.dll" "cdecl" fn ucasemap_getBreakIterator(csm : *const UCaseMap) -> *mut UBreakIterator); > | -------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:481:1 > | > 481 | windows_targets::link!("icu.dll" "cdecl" fn ucasemap_getLocale(csm : *const UCaseMap) -> windows_sys::core::PCSTR); > | ------------------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:482:1 > | > 482 | windows_targets::link!("icu.dll" "cdecl" fn ucasemap_getOptions(csm : *const UCaseMap) -> u32); > | ---------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:483:1 > | > 483 | windows_targets::link!("icu.dll" "cdecl" fn ucasemap_open(locale : windows_sys::core::PCSTR, options : u32, perrorcode : *mut UErrorCode) -> *mut UCaseMap); > | ----------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:484:1 > | > 484 | windows_targets::link!("icu.dll" "cdecl" fn ucasemap_setBreakIterator(csm : *mut UCaseMap, itertoadopt : *mut UBreakIterator, perrorcode : *mut UErrorCode)); > | ------------------------------------------------------------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:485:1 > | > 485 | windows_targets::link!("icu.dll" "cdecl" fn ucasemap_setLocale(csm : *mut UCaseMap, locale : windows_sys::core::PCSTR, perrorcode : *mut UErrorCode)); > | ----------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:486:1 > | > 486 | windows_targets::link!("icu.dll" "cdecl" fn ucasemap_setOptions(csm : *mut UCaseMap, options : u32, perrorcode : *mut UErrorCode)); > | ---------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:487:1 > | > 487 | windows_targets::link!("icu.dll" "cdecl" fn ucasemap_toTitle(csm : *mut UCaseMap, dest : *mut u16, destcapacity : i32, src : *const u16, srclength : i32, perrorcode : *mut UErrorCode) -> i32); > | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:488:1 > | > 488 | windows_targets::link!("icu.d... : i32, perrorcode : *mut UErrorCode) -> i32); > | -----------------------------...--------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:489:1 > | > 489 | windows_targets::link!("icu.d... : i32, perrorcode : *mut UErrorCode) -> i32); > | -----------------------------...--------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:490:1 > | > 490 | windows_targets::link!("icu.d... : i32, perrorcode : *mut UErrorCode) -> i32); > | -----------------------------...--------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:491:1 > | > 491 | windows_targets::link!("icu.d... : i32, perrorcode : *mut UErrorCode) -> i32); > | -----------------------------...--------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:492:1 > | > 492 | windows_targets::link!("icu.dll" "cdecl" fn ucfpos_close(ucfpos : *mut UConstrainedFieldPosition)); > | -------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:493:1 > | > 493 | windows_targets::link!("icu.dll" "cdecl" fn ucfpos_constrainCategory(ucfpos : *mut UConstrainedFieldPosition, category : i32, ec : *mut UErrorCode)); > | ---------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:494:1 > | > 494 | windows_targets::link!("icu.dll" "cdecl" fn ucfpos_constrainField(ucfpos : *mut UConstrainedFieldPosition, category : i32, field : i32, ec : *mut UErrorCode)); > | -------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:495:1 > | > 495 | windows_targets::link!("icu.dll" "cdecl" fn ucfpos_getCategory(ucfpos : *const UConstrainedFieldPosition, ec : *mut UErrorCode) -> i32); > | --------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:496:1 > | > 496 | windows_targets::link!("icu.dll" "cdecl" fn ucfpos_getField(ucfpos : *const UConstrainedFieldPosition, ec : *mut UErrorCode) -> i32); > | ------------------------------------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:497:1 > | > 497 | windows_targets::link!("icu.dll" "cdecl" fn ucfpos_getIndexes(ucfpos : *const UConstrainedFieldPosition, pstart : *mut i32, plimit : *mut i32, ec : *mut UErrorCode)); > | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:498:1 > | > 498 | windows_targets::link!("icu.dll" "cdecl" fn ucfpos_getInt64IterationContext(ucfpos : *const UConstrainedFieldPosition, ec : *mut UErrorCode) -> i64); > | ---------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:499:1 > | > 499 | windows_targets::link!("icu.dll" "cdecl" fn ucfpos_matchesField(ucfpos : *const UConstrainedFieldPosition, category : i32, field : i32, ec : *mut UErrorCode) -> i8); > | -------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:500:1 > | > 500 | windows_targets::link!("icu.dll" "cdecl" fn ucfpos_open(ec : *mut UErrorCode) -> *mut UConstrainedFieldPosition); > | ---------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:501:1 > | > 501 | windows_targets::link!("icu.dll" "cdecl" fn ucfpos_reset(ucfpos : *mut UConstrainedFieldPosition, ec : *mut UErrorCode)); > | ------------------------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:502:1 > | > 502 | windows_targets::link!("icu.dll" "cdecl" fn ucfpos_setInt64IterationContext(ucfpos : *mut UConstrainedFieldPosition, context : i64, ec : *mut UErrorCode)); > | ---------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:503:1 > | > 503 | windows_targets::link!("icu.dll" "cdecl" fn ucfpos_setState(ucfpos : *mut UConstrainedFieldPosition, category : i32, field : i32, start : i32, limit : i32, ec : *mut UErrorCode)); > | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:504:1 > | > 504 | windows_targets::link!("icu.dll" "cdecl" fn ucnv_cbFromUWriteBytes(args : *mut UConverterFromUnicodeArgs, source : windows_sys::core::PCSTR, length : i32, offsetindex : i32, err : *mut UErrorCode)); > | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:505:1 > | > 505 | windows_targets::link!("icu.dll" "cdecl" fn ucnv_cbFromUWriteSub(args : *mut UConverterFromUnicodeArgs, offsetindex : i32, err : *mut UErrorCode)); > | -------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:506:1 > | > 506 | windows_targets::link!("icu.dll" "cdecl" fn ucnv_cbFromUWriteUChars(args : *mut UConverterFromUnicodeArgs, source : *const *const u16, sourcelimit : *const u16, offsetindex : i32, err : *mut UErrorCode)); > | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:507:1 > | > 507 | windows_targets::link!("icu.dll" "cdecl" fn ucnv_cbToUWriteSub(args : *mut UConverterToUnicodeArgs, offsetindex : i32, err : *mut UErrorCode)); > | ---------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:508:1 > | > 508 | windows_targets::link!("icu.dll" "cdecl" fn ucnv_cbToUWriteUChars(args : *mut UConverterToUnicodeArgs, source : *const u16, length : i32, offsetindex : i32, err : *mut UErrorCode)); > | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:509:1 > | > 509 | windows_targets::link!("icu.dll" "cdecl" fn ucnv_close(converter : *mut UConverter)); > | ------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:510:1 > | > 510 | windows_targets::link!("icu.dll" "cdecl" fn ucnv_compareNames(name1 : windows_sys::core::PCSTR, name2 : windows_sys::core::PCSTR) -> i32); > | ----------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:511:1 > | > 511 | windows_targets::link!("icu.d... : i32, perrorcode : *mut UErrorCode) -> i32); > | -----------------------------...--------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:512:1 > | > 512 | windows_targets::link!("icu.d...8, flush : i8, perrorcode : *mut UErrorCode)); > | -----------------------------...--------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:513:1 > | > 513 | windows_targets::link!("icu.dll" "cdecl" fn ucnv_countAliases(alias : windows_sys::core::PCSTR, perrorcode : *mut UErrorCode) -> u16); > | ------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:514:1 > | > 514 | windows_targets::link!("icu.dll" "cdecl" fn ucnv_countAvailable() -> i32); > | ------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:515:1 > | > 515 | windows_targets::link!("icu.dll" "cdecl" fn ucnv_countStandards() -> u16); > | ------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:516:1 > | > 516 | windows_targets::link!("icu.dll" "cdecl" fn ucnv_detectUnicodeSignature(source : windows_sys::core::PCSTR, sourcelength : i32, signaturelength : *mut i32, perrorcode : *mut UErrorCode) -> windows_sys::core::PCSTR); > | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:517:1 > | > 517 | windows_targets::link!("icu.dll" "cdecl" fn ucnv_fixFileSeparator(cnv : *const UConverter, source : *mut u16, sourcelen : i32)); > | ------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:518:1 > | > 518 | windows_targets::link!("icu.dll" "cdecl" fn ucnv_flushCache() -> i32); > | --------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:519:1 > | > 519 | windows_targets::link!("icu.d... : i32, perrorcode : *mut UErrorCode) -> i32); > | -----------------------------...--------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:520:1 > | > 520 | windows_targets::link!("icu.dll" "cdecl" fn ucnv_fromUChars(cnv : *mut UConverter, dest : windows_sys::core::PCSTR, destcapacity : i32, src : *const u16, srclength : i32, perrorcode : *mut UErrorCode) -> i32); > | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:521:1 > | > 521 | windows_targets::link!("icu.dll" "cdecl" fn ucnv_fromUCountPending(cnv : *const UConverter, status : *mut UErrorCode) -> i32); > | ----------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:522:1 > | > 522 | windows_targets::link!("icu.d...*mut i32, flush : i8, err : *mut UErrorCode)); > | -----------------------------...--------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:523:1 > | > 523 | windows_targets::link!("icu.dll" "cdecl" fn ucnv_getAlias(alias : windows_sys::core::PCSTR, n : u16, perrorcode : *mut UErrorCode) -> windows_sys::core::PCSTR); > | --------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:524:1 > | > 524 | windows_targets::link!("icu.dll" "cdecl" fn ucnv_getAliases(alias : windows_sys::core::PCSTR, aliases : *const *const i8, perrorcode : *mut UErrorCode)); > | -------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:525:1 > | > 525 | windows_targets::link!("icu.dll" "cdecl" fn ucnv_getAvailableName(n : i32) -> windows_sys::core::PCSTR); > | ------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:526:1 > | > 526 | windows_targets::link!("icu.dll" "cdecl" fn ucnv_getCCSID(converter : *const UConverter, err : *mut UErrorCode) -> i32); > | ----------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:527:1 > | > 527 | windows_targets::link!("icu.dll" "cdecl" fn ucnv_getCanonicalName(alias : windows_sys::core::PCSTR, standard : windows_sys::core::PCSTR, perrorcode : *mut UErrorCode) -> windows_sys::core::PCSTR); > | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:528:1 > | > 528 | windows_targets::link!("icu.dll" "cdecl" fn ucnv_getDefaultName() -> windows_sys::core::PCSTR); > | ---------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:529:1 > | > 529 | windows_targets::link!("icu.dll" "cdecl" fn ucnv_getDisplayName(converter : *const UConverter, displaylocale : windows_sys::core::PCSTR, displayname : *mut u16, displaynamecapacity : i32, err : *mut UErrorCode) -> i32); > | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:530:1 > | > 530 | windows_targets::link!("icu.dll" "cdecl" fn ucnv_getFromUCallBack(converter : *const UConverter, action : *mut UConverterFromUCallback, context : *const *const core::ffi::c_void)); > | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:531:1 > | > 531 | windows_targets::link!("icu.dll" "cdecl" fn ucnv_getInvalidChars(converter : *const UConverter, errbytes : windows_sys::core::PCSTR, len : *mut i8, err : *mut UErrorCode)); > | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:532:1 > | > 532 | windows_targets::link!("icu.dll" "cdecl" fn ucnv_getInvalidUChars(converter : *const UConverter, erruchars : *mut u16, len : *mut i8, err : *mut UErrorCode)); > | ------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:533:1 > | > 533 | windows_targets::link!("icu.dll" "cdecl" fn ucnv_getMaxCharSize(converter : *const UConverter) -> i8); > | ----------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:534:1 > | > 534 | windows_targets::link!("icu.dll" "cdecl" fn ucnv_getMinCharSize(converter : *const UConverter) -> i8); > | ----------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:535:1 > | > 535 | windows_targets::link!("icu.dll" "cdecl" fn ucnv_getName(converter : *const UConverter, err : *mut UErrorCode) -> windows_sys::core::PCSTR); > | ------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:536:1 > | > 536 | windows_targets::link!("icu.dll" "cdecl" fn ucnv_getNextUChar(converter : *mut UConverter, source : *const *const i8, sourcelimit : windows_sys::core::PCSTR, err : *mut UErrorCode) -> i32); > | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:537:1 > | > 537 | windows_targets::link!("icu.dll" "cdecl" fn ucnv_getPlatform(converter : *const UConverter, err : *mut UErrorCode) -> UConverterPlatform); > | ----------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:538:1 > | > 538 | windows_targets::link!("icu.dll" "cdecl" fn ucnv_getStandard(n : u16, perrorcode : *mut UErrorCode) -> windows_sys::core::PCSTR); > | -------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:539:1 > | > 539 | windows_targets::link!("icu.dll" "cdecl" fn ucnv_getStandardName(name : windows_sys::core::PCSTR, standard : windows_sys::core::PCSTR, perrorcode : *mut UErrorCode) -> windows_sys::core::PCSTR); > | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:540:1 > | > 540 | windows_targets::link!("icu.dll" "cdecl" fn ucnv_getStarters(converter : *const UConverter, starters : *mut i8, err : *mut UErrorCode)); > | --------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:541:1 > | > 541 | windows_targets::link!("icu.dll" "cdecl" fn ucnv_getSubstChars(converter : *const UConverter, subchars : windows_sys::core::PCSTR, len : *mut i8, err : *mut UErrorCode)); > | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:542:1 > | > 542 | windows_targets::link!("icu.dll" "cdecl" fn ucnv_getToUCallBack(converter : *const UConverter, action : *mut UConverterToUCallback, context : *const *const core::ffi::c_void)); > | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:543:1 > | > 543 | windows_targets::link!("icu.dll" "cdecl" fn ucnv_getType(converter : *const UConverter) -> UConverterType); > | ---------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:544:1 > | > 544 | windows_targets::link!("icu.dll" "cdecl" fn ucnv_getUnicodeSet(cnv : *const UConverter, setfillin : *mut USet, whichset : UConverterUnicodeSet, perrorcode : *mut UErrorCode)); > | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:545:1 > | > 545 | windows_targets::link!("icu.dll" "cdecl" fn ucnv_isAmbiguous(cnv : *const UConverter) -> i8); > | -------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:546:1 > | > 546 | windows_targets::link!("icu.dll" "cdecl" fn ucnv_isFixedWidth(cnv : *mut UConverter, status : *mut UErrorCode) -> i8); > | --------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:547:1 > | > 547 | windows_targets::link!("icu.dll" "cdecl" fn ucnv_open(convertername : windows_sys::core::PCSTR, err : *mut UErrorCode) -> *mut UConverter); > | ------------------------------------------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:548:1 > | > 548 | windows_targets::link!("icu.dll" "cdecl" fn ucnv_openAllNames(perrorcode : *mut UErrorCode) -> *mut UEnumeration); > | ----------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:549:1 > | > 549 | windows_targets::link!("icu.dll" "cdecl" fn ucnv_openCCSID(codepage : i32, platform : UConverterPlatform, err : *mut UErrorCode) -> *mut UConverter); > | ---------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:550:1 > | > 550 | windows_targets::link!("icu.dll" "cdecl" fn ucnv_openPackage(packagename : windows_sys::core::PCSTR, convertername : windows_sys::core::PCSTR, err : *mut UErrorCode) -> *mut UConverter); > | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:551:1 > | > 551 | windows_targets::link!("icu.dll" "cdecl" fn ucnv_openStandardNames(convname : windows_sys::core::PCSTR, standard : windows_sys::core::PCSTR, perrorcode : *mut UErrorCode) -> *mut UEnumeration); > | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:552:1 > | > 552 | windows_targets::link!("icu.dll" "cdecl" fn ucnv_openU(name : *const u16, err : *mut UErrorCode) -> *mut UConverter); > | -------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:553:1 > | > 553 | windows_targets::link!("icu.dll" "cdecl" fn ucnv_reset(converter : *mut UConverter)); > | ------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:554:1 > | > 554 | windows_targets::link!("icu.dll" "cdecl" fn ucnv_resetFromUnicode(converter : *mut UConverter)); > | ----------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:555:1 > | > 555 | windows_targets::link!("icu.dll" "cdecl" fn ucnv_resetToUnicode(converter : *mut UConverter)); > | --------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:556:1 > | > 556 | windows_targets::link!("icu.dll" "cdecl" fn ucnv_safeClone(cnv : *const UConverter, stackbuffer : *mut core::ffi::c_void, pbuffersize : *mut i32, status : *mut UErrorCode) -> *mut UConverter); > | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:557:1 > | > 557 | windows_targets::link!("icu.dll" "cdecl" fn ucnv_setDefaultName(name : windows_sys::core::PCSTR)); > | ------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:558:1 > | > 558 | windows_targets::link!("icu.dll" "cdecl" fn ucnv_setFallback(cnv : *mut UConverter, usesfallback : i8)); > | ------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:559:1 > | > 559 | windows_targets::link!("icu.d...st core::ffi::c_void, err : *mut UErrorCode)); > | -----------------------------...--------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:560:1 > | > 560 | windows_targets::link!("icu.dll" "cdecl" fn ucnv_setSubstChars(converter : *mut UConverter, subchars : windows_sys::core::PCSTR, len : i8, err : *mut UErrorCode)); > | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:561:1 > | > 561 | windows_targets::link!("icu.dll" "cdecl" fn ucnv_setSubstString(cnv : *mut UConverter, s : *const u16, length : i32, err : *mut UErrorCode)); > | -------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:562:1 > | > 562 | windows_targets::link!("icu.d...st core::ffi::c_void, err : *mut UErrorCode)); > | -----------------------------...--------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:563:1 > | > 563 | windows_targets::link!("icu.d... : i32, perrorcode : *mut UErrorCode) -> i32); > | -----------------------------...--------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:564:1 > | > 564 | windows_targets::link!("icu.dll" "cdecl" fn ucnv_toUChars(cnv : *mut UConverter, dest : *mut u16, destcapacity : i32, src : windows_sys::core::PCSTR, srclength : i32, perrorcode : *mut UErrorCode) -> i32); > | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:565:1 > | > 565 | windows_targets::link!("icu.dll" "cdecl" fn ucnv_toUCountPending(cnv : *const UConverter, status : *mut UErrorCode) -> i32); > | --------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:566:1 > | > 566 | windows_targets::link!("icu.d...*mut i32, flush : i8, err : *mut UErrorCode)); > | -----------------------------...--------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:567:1 > | > 567 | windows_targets::link!("icu.dll" "cdecl" fn ucnv_usesFallback(cnv : *const UConverter) -> i8); > | --------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:568:1 > | > 568 | windows_targets::link!("icu.dll" "cdecl" fn ucnvsel_close(sel : *mut UConverterSelector)); > | ----------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:569:1 > | > 569 | windows_targets::link!("icu.d... *mut UErrorCode) -> *mut UConverterSelector); > | -----------------------------...--------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:570:1 > | > 570 | windows_targets::link!("icu.dll" "cdecl" fn ucnvsel_openFromSerialized(buffer : *const core::ffi::c_void, length : i32, status : *mut UErrorCode) -> *mut UConverterSelector); > | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:571:1 > | > 571 | windows_targets::link!("icu.dll" "cdecl" fn ucnvsel_selectForString(sel : *const UConverterSelector, s : *const u16, length : i32, status : *mut UErrorCode) -> *mut UEnumeration); > | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:572:1 > | > 572 | windows_targets::link!("icu.dll" "cdecl" fn ucnvsel_selectForUTF8(sel : *const UConverterSelector, s : windows_sys::core::PCSTR, length : i32, status : *mut UErrorCode) -> *mut UEnumeration); > | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:573:1 > | > 573 | windows_targets::link!("icu.dll" "cdecl" fn ucnvsel_serialize(sel : *const UConverterSelector, buffer : *mut core::ffi::c_void, buffercapacity : i32, status : *mut UErrorCode) -> i32); > | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:574:1 > | > 574 | windows_targets::link!("icu.dll" "cdecl" fn ucol_cloneBinary(coll : *const UCollator, buffer : *mut u8, capacity : i32, status : *mut UErrorCode) -> i32); > | --------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:575:1 > | > 575 | windows_targets::link!("icu.dll" "cdecl" fn ucol_close(coll : *mut UCollator)); > | ------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:576:1 > | > 576 | windows_targets::link!("icu.dll" "cdecl" fn ucol_closeElements(elems : *mut UCollationElements)); > | ------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:577:1 > | > 577 | windows_targets::link!("icu.dll" "cdecl" fn ucol_countAvailable() -> i32); > | ------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:578:1 > | > 578 | windows_targets::link!("icu.dll" "cdecl" fn ucol_equal(coll : *const UCollator, source : *const u16, sourcelength : i32, target : *const u16, targetlength : i32) -> i8); > | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:579:1 > | > 579 | windows_targets::link!("icu.dll" "cdecl" fn ucol_getAttribute(coll : *const UCollator, attr : UColAttribute, status : *mut UErrorCode) -> UColAttributeValue); > | ------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:580:1 > | > 580 | windows_targets::link!("icu.dll" "cdecl" fn ucol_getAvailable(localeindex : i32) -> windows_sys::core::PCSTR); > | ------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:581:1 > | > 581 | windows_targets::link!("icu.dll" "cdecl" fn ucol_getBound(source : *const u8, sourcelength : i32, boundtype : UColBoundMode, nooflevels : u32, result : *mut u8, resultlength : i32, status : *mut UErrorCode) -> i32); > | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:582:1 > | > 582 | windows_targets::link!("icu.dll" "cdecl" fn ucol_getContractionsAndExpansions(coll : *const UCollator, contractions : *mut USet, expansions : *mut USet, addprefixes : i8, status : *mut UErrorCode)); > | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:583:1 > | > 583 | windows_targets::link!("icu.dll" "cdecl" fn ucol_getDisplayName(objloc : windows_sys::core::PCSTR, disploc : windows_sys::core::PCSTR, result : *mut u16, resultlength : i32, status : *mut UErrorCode) -> i32); > | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:584:1 > | > 584 | windows_targets::link!("icu.dll" "cdecl" fn ucol_getEquivalentReorderCodes(reordercode : i32, dest : *mut i32, destcapacity : i32, perrorcode : *mut UErrorCode) -> i32); > | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:585:1 > | > 585 | windows_targets::link!("icu.d... : *mut i8, status : *mut UErrorCode) -> i32); > | -----------------------------...--------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:586:1 > | > 586 | windows_targets::link!("icu.dll" "cdecl" fn ucol_getKeywordValues(keyword : windows_sys::core::PCSTR, status : *mut UErrorCode) -> *mut UEnumeration); > | ----------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:587:1 > | > 587 | windows_targets::link!("icu.dll" "cdecl" fn ucol_getKeywordValuesForLocale(key : windows_sys::core::PCSTR, locale : windows_sys::core::PCSTR, commonlyused : i8, status : *mut UErrorCode) -> *mut UEnumeration); > | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:588:1 > | > 588 | windows_targets::link!("icu.dll" "cdecl" fn ucol_getKeywords(status : *mut UErrorCode) -> *mut UEnumeration); > | ------------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:589:1 > | > 589 | windows_targets::link!("icu.dll" "cdecl" fn ucol_getLocaleByType(coll : *const UCollator, r#type : ULocDataLocaleType, status : *mut UErrorCode) -> windows_sys::core::PCSTR); > | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:590:1 > | > 590 | windows_targets::link!("icu.dll" "cdecl" fn ucol_getMaxExpansion(elems : *const UCollationElements, order : i32) -> i32); > | ------------------------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:591:1 > | > 591 | windows_targets::link!("icu.dll" "cdecl" fn ucol_getMaxVariable(coll : *const UCollator) -> UColReorderCode); > | ------------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:592:1 > | > 592 | windows_targets::link!("icu.dll" "cdecl" fn ucol_getOffset(elems : *const UCollationElements) -> i32); > | ----------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:593:1 > | > 593 | windows_targets::link!("icu.dll" "cdecl" fn ucol_getReorderCodes(coll : *const UCollator, dest : *mut i32, destcapacity : i32, perrorcode : *mut UErrorCode) -> i32); > | -------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:594:1 > | > 594 | windows_targets::link!("icu.dll" "cdecl" fn ucol_getRules(coll : *const UCollator, length : *mut i32) -> *mut u16); > | ------------------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:595:1 > | > 595 | windows_targets::link!("icu.dll" "cdecl" fn ucol_getRulesEx(coll : *const UCollator, delta : UColRuleOption, buffer : *mut u16, bufferlen : i32) -> i32); > | -------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:596:1 > | > 596 | windows_targets::link!("icu.dll" "cdecl" fn ucol_getSortKey(coll : *const UCollator, source : *const u16, sourcelength : i32, result : *mut u8, resultlength : i32) -> i32); > | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:597:1 > | > 597 | windows_targets::link!("icu.dll" "cdecl" fn ucol_getStrength(coll : *const UCollator) -> UColAttributeValue); > | ------------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:598:1 > | > 598 | windows_targets::link!("icu.dll" "cdecl" fn ucol_getTailoredSet(coll : *const UCollator, status : *mut UErrorCode) -> *mut USet); > | -------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:599:1 > | > 599 | windows_targets::link!("icu.dll" "cdecl" fn ucol_getUCAVersion(coll : *const UCollator, info : *mut u8)); > | -------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:600:1 > | > 600 | windows_targets::link!("icu.dll" "cdecl" fn ucol_getVariableTop(coll : *const UCollator, status : *mut UErrorCode) -> u32); > | -------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:601:1 > | > 601 | windows_targets::link!("icu.dll" "cdecl" fn ucol_getVersion(coll : *const UCollator, info : *mut u8)); > | ----------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:602:1 > | > 602 | windows_targets::link!("icu.dll" "cdecl" fn ucol_greater(coll : *const UCollator, source : *const u16, sourcelength : i32, target : *const u16, targetlength : i32) -> i8); > | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:603:1 > | > 603 | windows_targets::link!("icu.dll" "cdecl" fn ucol_greaterOrEqual(coll : *const UCollator, source : *const u16, sourcelength : i32, target : *const u16, targetlength : i32) -> i8); > | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:604:1 > | > 604 | windows_targets::link!("icu.dll" "cdecl" fn ucol_keyHashCode(key : *const u8, length : i32) -> i32); > | --------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:605:1 > | > 605 | windows_targets::link!("icu.dll" "cdecl" fn ucol_mergeSortkeys(src1 : *const u8, src1length : i32, src2 : *const u8, src2length : i32, dest : *mut u8, destcapacity : i32) -> i32); > | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:606:1 > | > 606 | windows_targets::link!("icu.dll" "cdecl" fn ucol_next(elems : *mut UCollationElements, status : *mut UErrorCode) -> i32); > | ------------------------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:607:1 > | > 607 | windows_targets::link!("icu.dll" "cdecl" fn ucol_nextSortKeyPart(coll : *const UCollator, iter : *mut UCharIterator, state : *mut u32, dest : *mut u8, count : i32, status : *mut UErrorCode) -> i32); > | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:608:1 > | > 608 | windows_targets::link!("icu.dll" "cdecl" fn ucol_open(loc : windows_sys::core::PCSTR, status : *mut UErrorCode) -> *mut UCollator); > | ---------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:609:1 > | > 609 | windows_targets::link!("icu.dll" "cdecl" fn ucol_openAvailableLocales(status : *mut UErrorCode) -> *mut UEnumeration); > | --------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:610:1 > | > 610 | windows_targets::link!("icu.dll" "cdecl" fn ucol_openBinary(bin : *const u8, length : i32, base : *const UCollator, status : *mut UErrorCode) -> *mut UCollator); > | ---------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:611:1 > | > 611 | windows_targets::link!("icu.dll" "cdecl" fn ucol_openElements(coll : *const UCollator, text : *const u16, textlength : i32, status : *mut UErrorCode) -> *mut UCollationElements); > | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:612:1 > | > 612 | windows_targets::link!("icu.d... status : *mut UErrorCode) -> *mut UCollator); > | -----------------------------...--------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:613:1 > | > 613 | windows_targets::link!("icu.dll" "cdecl" fn ucol_previous(elems : *mut UCollationElements, status : *mut UErrorCode) -> i32); > | ---------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:614:1 > | > 614 | windows_targets::link!("icu.dll" "cdecl" fn ucol_primaryOrder(order : i32) -> i32); > | ---------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:615:1 > | > 615 | windows_targets::link!("icu.dll" "cdecl" fn ucol_reset(elems : *mut UCollationElements)); > | ---------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:616:1 > | > 616 | windows_targets::link!("icu.dll" "cdecl" fn ucol_safeClone(coll : *const UCollator, stackbuffer : *mut core::ffi::c_void, pbuffersize : *mut i32, status : *mut UErrorCode) -> *mut UCollator); > | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:617:1 > | > 617 | windows_targets::link!("icu.dll" "cdecl" fn ucol_secondaryOrder(order : i32) -> i32); > | ------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:618:1 > | > 618 | windows_targets::link!("icu.dll" "cdecl" fn ucol_setAttribute(coll : *mut UCollator, attr : UColAttribute, value : UColAttributeValue, status : *mut UErrorCode)); > | ----------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:619:1 > | > 619 | windows_targets::link!("icu.dll" "cdecl" fn ucol_setMaxVariable(coll : *mut UCollator, group : UColReorderCode, perrorcode : *mut UErrorCode)); > | ---------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:620:1 > | > 620 | windows_targets::link!("icu.dll" "cdecl" fn ucol_setOffset(elems : *mut UCollationElements, offset : i32, status : *mut UErrorCode)); > | ------------------------------------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:621:1 > | > 621 | windows_targets::link!("icu.dll" "cdecl" fn ucol_setReorderCodes(coll : *mut UCollator, reordercodes : *const i32, reordercodeslength : i32, perrorcode : *mut UErrorCode)); > | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:622:1 > | > 622 | windows_targets::link!("icu.dll" "cdecl" fn ucol_setStrength(coll : *mut UCollator, strength : UColAttributeValue)); > | ------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:623:1 > | > 623 | windows_targets::link!("icu.dll" "cdecl" fn ucol_setText(elems : *mut UCollationElements, text : *const u16, textlength : i32, status : *mut UErrorCode)); > | --------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:624:1 > | > 624 | windows_targets::link!("icu.dll" "cdecl" fn ucol_strcoll(coll : *const UCollator, source : *const u16, sourcelength : i32, target : *const u16, targetlength : i32) -> UCollationResult); > | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:625:1 > | > 625 | windows_targets::link!("icu.dll" "cdecl" fn ucol_strcollIter(coll : *const UCollator, siter : *mut UCharIterator, titer : *mut UCharIterator, status : *mut UErrorCode) -> UCollationResult); > | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:626:1 > | > 626 | windows_targets::link!("icu.d...tatus : *mut UErrorCode) -> UCollationResult); > | -----------------------------...--------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:627:1 > | > 627 | windows_targets::link!("icu.dll" "cdecl" fn ucol_tertiaryOrder(order : i32) -> i32); > | ----------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:628:1 > | > 628 | windows_targets::link!("icu.dll" "cdecl" fn ucpmap_get(map : *const UCPMap, c : i32) -> u32); > | -------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:629:1 > | > 629 | windows_targets::link!("icu.d...core::ffi::c_void, pvalue : *mut u32) -> i32); > | -----------------------------...--------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:630:1 > | > 630 | windows_targets::link!("icu.dll" "cdecl" fn ucptrie_close(trie : *mut UCPTrie)); > | ------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:631:1 > | > 631 | windows_targets::link!("icu.dll" "cdecl" fn ucptrie_get(trie : *const UCPTrie, c : i32) -> u32); > | ----------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:632:1 > | > 632 | windows_targets::link!("icu.d...core::ffi::c_void, pvalue : *mut u32) -> i32); > | -----------------------------...--------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:633:1 > | > 633 | windows_targets::link!("icu.dll" "cdecl" fn ucptrie_getType(trie : *const UCPTrie) -> UCPTrieType); > | -------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:634:1 > | > 634 | windows_targets::link!("icu.dll" "cdecl" fn ucptrie_getValueWidth(trie : *const UCPTrie) -> UCPTrieValueWidth); > | -------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:635:1 > | > 635 | windows_targets::link!("icu.dll" "cdecl" fn ucptrie_internalSmallIndex(trie : *const UCPTrie, c : i32) -> i32); > | -------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:636:1 > | > 636 | windows_targets::link!("icu.dll" "cdecl" fn ucptrie_internalSmallU8Index(trie : *const UCPTrie, lt1 : i32, t2 : u8, t3 : u8) -> i32); > | ------------------------------------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:637:1 > | > 637 | windows_targets::link!("icu.dll" "cdecl" fn ucptrie_internalU8PrevIndex(trie : *const UCPTrie, c : i32, start : *const u8, src : *const u8) -> i32); > | --------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:638:1 > | > 638 | windows_targets::link!("icu.d...errorcode : *mut UErrorCode) -> *mut UCPTrie); > | -----------------------------...--------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:639:1 > | > 639 | windows_targets::link!("icu.dll" "cdecl" fn ucptrie_toBinary(trie : *const UCPTrie, data : *mut core::ffi::c_void, capacity : i32, perrorcode : *mut UErrorCode) -> i32); > | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:640:1 > | > 640 | windows_targets::link!("icu.dll" "cdecl" fn ucsdet_close(ucsd : *mut UCharsetDetector)); > | --------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:641:1 > | > 641 | windows_targets::link!("icu.dll" "cdecl" fn ucsdet_detect(ucsd : *mut UCharsetDetector, status : *mut UErrorCode) -> *mut UCharsetMatch); > | ---------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:642:1 > | > 642 | windows_targets::link!("icu.dll" "cdecl" fn ucsdet_detectAll(ucsd : *mut UCharsetDetector, matchesfound : *mut i32, status : *mut UErrorCode) -> *mut *mut UCharsetMatch); > | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:643:1 > | > 643 | windows_targets::link!("icu.dll" "cdecl" fn ucsdet_enableInputFilter(ucsd : *mut UCharsetDetector, filter : i8) -> i8); > | ---------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:644:1 > | > 644 | windows_targets::link!("icu.dll" "cdecl" fn ucsdet_getAllDetectableCharsets(ucsd : *const UCharsetDetector, status : *mut UErrorCode) -> *mut UEnumeration); > | ----------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:645:1 > | > 645 | windows_targets::link!("icu.dll" "cdecl" fn ucsdet_getConfidence(ucsm : *const UCharsetMatch, status : *mut UErrorCode) -> i32); > | ------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:646:1 > | > 646 | windows_targets::link!("icu.dll" "cdecl" fn ucsdet_getLanguage(ucsm : *const UCharsetMatch, status : *mut UErrorCode) -> windows_sys::core::PCSTR); > | -------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:647:1 > | > 647 | windows_targets::link!("icu.dll" "cdecl" fn ucsdet_getName(ucsm : *const UCharsetMatch, status : *mut UErrorCode) -> windows_sys::core::PCSTR); > | ---------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:648:1 > | > 648 | windows_targets::link!("icu.dll" "cdecl" fn ucsdet_getUChars(ucsm : *const UCharsetMatch, buf : *mut u16, cap : i32, status : *mut UErrorCode) -> i32); > | ------------------------------------------------------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:649:1 > | > 649 | windows_targets::link!("icu.dll" "cdecl" fn ucsdet_isInputFilterEnabled(ucsd : *const UCharsetDetector) -> i8); > | -------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:650:1 > | > 650 | windows_targets::link!("icu.dll" "cdecl" fn ucsdet_open(status : *mut UErrorCode) -> *mut UCharsetDetector); > | ----------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:651:1 > | > 651 | windows_targets::link!("icu.dll" "cdecl" fn ucsdet_setDeclaredEncoding(ucsd : *mut UCharsetDetector, encoding : windows_sys::core::PCSTR, length : i32, status : *mut UErrorCode)); > | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:652:1 > | > 652 | windows_targets::link!("icu.dll" "cdecl" fn ucsdet_setText(ucsd : *mut UCharsetDetector, textin : windows_sys::core::PCSTR, len : i32, status : *mut UErrorCode)); > | ----------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:653:1 > | > 653 | windows_targets::link!("icu.dll" "cdecl" fn ucurr_countCurrencies(locale : windows_sys::core::PCSTR, date : f64, ec : *mut UErrorCode) -> i32); > | ---------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:654:1 > | > 654 | windows_targets::link!("icu.dll" "cdecl" fn ucurr_forLocale(locale : windows_sys::core::PCSTR, buff : *mut u16, buffcapacity : i32, ec : *mut UErrorCode) -> i32); > | ----------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:655:1 > | > 655 | windows_targets::link!("icu.dll" "cdecl" fn ucurr_forLocaleAndDate(locale : windows_sys::core::PCSTR, date : f64, index : i32, buff : *mut u16, buffcapacity : i32, ec : *mut UErrorCode) -> i32); > | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:656:1 > | > 656 | windows_targets::link!("icu.dll" "cdecl" fn ucurr_getDefaultFractionDigits(currency : *const u16, ec : *mut UErrorCode) -> i32); > | ------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:657:1 > | > 657 | windows_targets::link!("icu.dll" "cdecl" fn ucurr_getDefaultFractionDigitsForUsage(currency : *const u16, usage : UCurrencyUsage, ec : *mut UErrorCode) -> i32); > | --------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:658:1 > | > 658 | windows_targets::link!("icu.dll" "cdecl" fn ucurr_getKeywordValuesForLocale(key : windows_sys::core::PCSTR, locale : windows_sys::core::PCSTR, commonlyused : i8, status : *mut UErrorCode) -> *mut UEnumeration); > | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:659:1 > | > 659 | windows_targets::link!("icu.dll" "cdecl" fn ucurr_getName(currency : *const u16, locale : windows_sys::core::PCSTR, namestyle : UCurrNameStyle, ischoiceformat : *mut i8, len : *mut i32, ec : *mut UErrorCode) -> *mut u16); > | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:660:1 > | > 660 | windows_targets::link!("icu.dll" "cdecl" fn ucurr_getNumericCode(currency : *const u16) -> i32); > | ----------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:661:1 > | > 661 | windows_targets::link!("icu.d... *mut i32, ec : *mut UErrorCode) -> *mut u16); > | -----------------------------...--------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:662:1 > | > 662 | windows_targets::link!("icu.dll" "cdecl" fn ucurr_getRoundingIncrement(currency : *const u16, ec : *mut UErrorCode) -> f64); > | --------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:663:1 > | > 663 | windows_targets::link!("icu.dll" "cdecl" fn ucurr_getRoundingIncrementForUsage(currency : *const u16, usage : UCurrencyUsage, ec : *mut UErrorCode) -> f64); > | ----------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:664:1 > | > 664 | windows_targets::link!("icu.dll" "cdecl" fn ucurr_isAvailable(isocode : *const u16, from : f64, to : f64, errorcode : *mut UErrorCode) -> i8); > | --------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:665:1 > | > 665 | windows_targets::link!("icu.dll" "cdecl" fn ucurr_openISOCurrencies(currtype : u32, perrorcode : *mut UErrorCode) -> *mut UEnumeration); > | --------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:666:1 > | > 666 | windows_targets::link!("icu.dll" "cdecl" fn ucurr_register(isocode : *const u16, locale : windows_sys::core::PCSTR, status : *mut UErrorCode) -> *mut core::ffi::c_void); > | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:667:1 > | > 667 | windows_targets::link!("icu.dll" "cdecl" fn ucurr_unregister(key : *mut core::ffi::c_void, status : *mut UErrorCode) -> i8); > | --------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:668:1 > | > 668 | windows_targets::link!("icu.dll" "cdecl" fn udat_adoptNumberFormat(fmt : *mut *mut core::ffi::c_void, numberformattoadopt : *mut *mut core::ffi::c_void)); > | --------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:669:1 > | > 669 | windows_targets::link!("icu.dll" "cdecl" fn udat_adoptNumberFormatForFields(fmt : *mut *mut core::ffi::c_void, fields : *const u16, numberformattoset : *mut *mut core::ffi::c_void, status : *mut UErrorCode)); > | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:670:1 > | > 670 | windows_targets::link!("icu.dll" "cdecl" fn udat_applyPattern(format : *mut *mut core::ffi::c_void, localized : i8, pattern : *const u16, patternlength : i32)); > | --------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:671:1 > | > 671 | windows_targets::link!("icu.dll" "cdecl" fn udat_clone(fmt : *const *const core::ffi::c_void, status : *mut UErrorCode) -> *mut *mut core::ffi::c_void); > | ------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:672:1 > | > 672 | windows_targets::link!("icu.dll" "cdecl" fn udat_close(format : *mut *mut core::ffi::c_void)); > | --------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:673:1 > | > 673 | windows_targets::link!("icu.dll" "cdecl" fn udat_countAvailable() -> i32); > | ------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:674:1 > | > 674 | windows_targets::link!("icu.dll" "cdecl" fn udat_countSymbols(fmt : *const *const core::ffi::c_void, r#type : UDateFormatSymbolType) -> i32); > | -------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:675:1 > | > 675 | windows_targets::link!("icu.dll" "cdecl" fn udat_format(format : *const *const core::ffi::c_void, datetoformat : f64, result : *mut u16, resultlength : i32, position : *mut UFieldPosition, status : *mut UErrorCode) -> i32); > | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:676:1 > | > 676 | windows_targets::link!("icu.d...ldPosition, status : *mut UErrorCode) -> i32); > | -----------------------------...--------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:677:1 > | > 677 | windows_targets::link!("icu.d...onIterator, status : *mut UErrorCode) -> i32); > | -----------------------------...--------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:678:1 > | > 678 | windows_targets::link!("icu.d...onIterator, status : *mut UErrorCode) -> i32); > | -----------------------------...--------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:679:1 > | > 679 | windows_targets::link!("icu.dll" "cdecl" fn udat_get2DigitYearStart(fmt : *const *const core::ffi::c_void, status : *mut UErrorCode) -> f64); > | -------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:680:1 > | > 680 | windows_targets::link!("icu.dll" "cdecl" fn udat_getAvailable(localeindex : i32) -> windows_sys::core::PCSTR); > | ------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:681:1 > | > 681 | windows_targets::link!("icu.dll" "cdecl" fn udat_getBooleanAttribute(fmt : *const *const core::ffi::c_void, attr : UDateFormatBooleanAttribute, status : *mut UErrorCode) -> i8); > | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:682:1 > | > 682 | windows_targets::link!("icu.dll" "cdecl" fn udat_getCalendar(fmt : *const *const core::ffi::c_void) -> *mut *mut core::ffi::c_void); > | ----------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:683:1 > | > 683 | windows_targets::link!("icu.dll" "cdecl" fn udat_getContext(fmt : *const *const core::ffi::c_void, r#type : UDisplayContextType, status : *mut UErrorCode) -> UDisplayContext); > | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:684:1 > | > 684 | windows_targets::link!("icu.dll" "cdecl" fn udat_getLocaleByType(fmt : *const *const core::ffi::c_void, r#type : ULocDataLocaleType, status : *mut UErrorCode) -> windows_sys::core::PCSTR); > | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:685:1 > | > 685 | windows_targets::link!("icu.dll" "cdecl" fn udat_getNumberFormat(fmt : *const *const core::ffi::c_void) -> *mut *mut core::ffi::c_void); > | --------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:686:1 > | > 686 | windows_targets::link!("icu.dll" "cdecl" fn udat_getNumberFormatForField(fmt : *const *const core::ffi::c_void, field : u16) -> *mut *mut core::ffi::c_void); > | ------------------------------------------------------------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:687:1 > | > 687 | windows_targets::link!("icu.dll" "cdecl" fn udat_getSymbols(fmt : *const *const core::ffi::c_void, r#type : UDateFormatSymbolType, symbolindex : i32, result : *mut u16, resultlength : i32, status : *mut UErrorCode) -> i32); > | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:688:1 > | > 688 | windows_targets::link!("icu.dll" "cdecl" fn udat_isLenient(fmt : *const *const core::ffi::c_void) -> i8); > | -------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:689:1 > | > 689 | windows_targets::link!("icu.d...t UErrorCode) -> *mut *mut core::ffi::c_void); > | -----------------------------...--------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:690:1 > | > 690 | windows_targets::link!("icu.dll" "cdecl" fn udat_parse(format : *const *const core::ffi::c_void, text : *const u16, textlength : i32, parsepos : *mut i32, status : *mut UErrorCode) -> f64); > | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:691:1 > | > 691 | windows_targets::link!("icu.d...rsepos : *mut i32, status : *mut UErrorCode)); > | -----------------------------...--------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:692:1 > | > 692 | windows_targets::link!("icu.dll" "cdecl" fn udat_set2DigitYearStart(fmt : *mut *mut core::ffi::c_void, d : f64, status : *mut UErrorCode)); > | ------------------------------------------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:693:1 > | > 693 | windows_targets::link!("icu.dll" "cdecl" fn udat_setBooleanAttribute(fmt : *mut *mut core::ffi::c_void, attr : UDateFormatBooleanAttribute, newvalue : i8, status : *mut UErrorCode)); > | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:694:1 > | > 694 | windows_targets::link!("icu.dll" "cdecl" fn udat_setCalendar(fmt : *mut *mut core::ffi::c_void, calendartoset : *const *const core::ffi::c_void)); > | ------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:695:1 > | > 695 | windows_targets::link!("icu.dll" "cdecl" fn udat_setContext(fmt : *mut *mut core::ffi::c_void, value : UDisplayContext, status : *mut UErrorCode)); > | -------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:696:1 > | > 696 | windows_targets::link!("icu.dll" "cdecl" fn udat_setLenient(fmt : *mut *mut core::ffi::c_void, islenient : i8)); > | --------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:697:1 > | > 697 | windows_targets::link!("icu.dll" "cdecl" fn udat_setNumberFormat(fmt : *mut *mut core::ffi::c_void, numberformattoset : *const *const core::ffi::c_void)); > | --------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:698:1 > | > 698 | windows_targets::link!("icu.dll" "cdecl" fn udat_setSymbols(format : *mut *mut core::ffi::c_void, r#type : UDateFormatSymbolType, symbolindex : i32, value : *mut u16, valuelength : i32, status : *mut UErrorCode)); > | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:699:1 > | > 699 | windows_targets::link!("icu.dll" "cdecl" fn udat_toCalendarDateField(field : UDateFormatField) -> UCalendarDateFields); > | ---------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:700:1 > | > 700 | windows_targets::link!("icu.dll" "cdecl" fn udat_toPattern(fmt : *const *const core::ffi::c_void, localized : i8, result : *mut u16, resultlength : i32, status : *mut UErrorCode) -> i32); > | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:701:1 > | > 701 | windows_targets::link!("icu.d...*mut UErrorCode) -> UDateTimePatternConflict); > | -----------------------------...--------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:702:1 > | > 702 | windows_targets::link!("icu.dll" "cdecl" fn udatpg_clone(dtpg : *const *const core::ffi::c_void, perrorcode : *mut UErrorCode) -> *mut *mut core::ffi::c_void); > | -------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:703:1 > | > 703 | windows_targets::link!("icu.dll" "cdecl" fn udatpg_close(dtpg : *mut *mut core::ffi::c_void)); > | --------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:704:1 > | > 704 | windows_targets::link!("icu.dll" "cdecl" fn udatpg_getAppendItemFormat(dtpg : *const *const core::ffi::c_void, field : UDateTimePatternField, plength : *mut i32) -> *mut u16); > | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:705:1 > | > 705 | windows_targets::link!("icu.dll" "cdecl" fn udatpg_getAppendItemName(dtpg : *const *const core::ffi::c_void, field : UDateTimePatternField, plength : *mut i32) -> *mut u16); > | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:706:1 > | > 706 | windows_targets::link!("icu.d... : i32, perrorcode : *mut UErrorCode) -> i32); > | -----------------------------...--------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:707:1 > | > 707 | windows_targets::link!("icu.dll" "cdecl" fn udatpg_getBestPattern(dtpg : *mut *mut core::ffi::c_void, skeleton : *const u16, length : i32, bestpattern : *mut u16, capacity : i32, perrorcode : *mut UErrorCode) -> i32); > | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:708:1 > | > 708 | windows_targets::link!("icu.d... : i32, perrorcode : *mut UErrorCode) -> i32); > | -----------------------------...--------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:709:1 > | > 709 | windows_targets::link!("icu.dll" "cdecl" fn udatpg_getDateTimeFormat(dtpg : *const *const core::ffi::c_void, plength : *mut i32) -> *mut u16); > | --------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:710:1 > | > 710 | windows_targets::link!("icu.dll" "cdecl" fn udatpg_getDecimal(dtpg : *const *const core::ffi::c_void, plength : *mut i32) -> *mut u16); > | -------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:711:1 > | > 711 | windows_targets::link!("icu.d... : i32, perrorcode : *mut UErrorCode) -> i32); > | -----------------------------...--------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:712:1 > | > 712 | windows_targets::link!("icu.dll" "cdecl" fn udatpg_getPatternForSkeleton(dtpg : *const *const core::ffi::c_void, skeleton : *const u16, skeletonlength : i32, plength : *mut i32) -> *mut u16); > | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:713:1 > | > 713 | windows_targets::link!("icu.dll" "cdecl" fn udatpg_getSkeleton(unuseddtpg : *mut *mut core::ffi::c_void, pattern : *const u16, length : i32, skeleton : *mut u16, capacity : i32, perrorcode : *mut UErrorCode) -> i32); > | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:714:1 > | > 714 | windows_targets::link!("icu.dll" "cdecl" fn udatpg_open(locale : windows_sys::core::PCSTR, perrorcode : *mut UErrorCode) -> *mut *mut core::ffi::c_void); > | -------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:715:1 > | > 715 | windows_targets::link!("icu.dll" "cdecl" fn udatpg_openBaseSkeletons(dtpg : *const *const core::ffi::c_void, perrorcode : *mut UErrorCode) -> *mut UEnumeration); > | ---------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:716:1 > | > 716 | windows_targets::link!("icu.dll" "cdecl" fn udatpg_openEmpty(perrorcode : *mut UErrorCode) -> *mut *mut core::ffi::c_void); > | -------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:717:1 > | > 717 | windows_targets::link!("icu.dll" "cdecl" fn udatpg_openSkeletons(dtpg : *const *const core::ffi::c_void, perrorcode : *mut UErrorCode) -> *mut UEnumeration); > | ------------------------------------------------------------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:718:1 > | > 718 | windows_targets::link!("icu.d... : i32, perrorcode : *mut UErrorCode) -> i32); > | -----------------------------...--------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:719:1 > | > 719 | windows_targets::link!("icu.d... : i32, perrorcode : *mut UErrorCode) -> i32); > | -----------------------------...--------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:720:1 > | > 720 | windows_targets::link!("icu.dll" "cdecl" fn udatpg_setAppendItemFormat(dtpg : *mut *mut core::ffi::c_void, field : UDateTimePatternField, value : *const u16, length : i32)); > | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:721:1 > | > 721 | windows_targets::link!("icu.dll" "cdecl" fn udatpg_setAppendItemName(dtpg : *mut *mut core::ffi::c_void, field : UDateTimePatternField, value : *const u16, length : i32)); > | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:722:1 > | > 722 | windows_targets::link!("icu.dll" "cdecl" fn udatpg_setDateTimeFormat(dtpg : *const *const core::ffi::c_void, dtformat : *const u16, length : i32)); > | -------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:723:1 > | > 723 | windows_targets::link!("icu.dll" "cdecl" fn udatpg_setDecimal(dtpg : *mut *mut core::ffi::c_void, decimal : *const u16, length : i32)); > | -------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:724:1 > | > 724 | windows_targets::link!("icu.dll" "cdecl" fn udtitvfmt_close(formatter : *mut UDateIntervalFormat)); > | -------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:725:1 > | > 725 | windows_targets::link!("icu.dll" "cdecl" fn udtitvfmt_closeResult(uresult : *mut UFormattedDateInterval)); > | --------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:726:1 > | > 726 | windows_targets::link!("icu.d...ldPosition, status : *mut UErrorCode) -> i32); > | -----------------------------...--------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:727:1 > | > 727 | windows_targets::link!("icu.d...*mut UErrorCode) -> *mut UDateIntervalFormat); > | -----------------------------...--------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:728:1 > | > 728 | windows_targets::link!("icu.dll" "cdecl" fn udtitvfmt_openResult(ec : *mut UErrorCode) -> *mut UFormattedDateInterval); > | ---------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:729:1 > | > 729 | windows_targets::link!("icu.dll" "cdecl" fn udtitvfmt_resultAsValue(uresult : *const UFormattedDateInterval, ec : *mut UErrorCode) -> *mut UFormattedValue); > | ----------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:730:1 > | > 730 | windows_targets::link!("icu.dll" "cdecl" fn uenum_close(en : *mut UEnumeration)); > | -------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:731:1 > | > 731 | windows_targets::link!("icu.dll" "cdecl" fn uenum_count(en : *mut UEnumeration, status : *mut UErrorCode) -> i32); > | ----------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:732:1 > | > 732 | windows_targets::link!("icu.dll" "cdecl" fn uenum_next(en : *mut UEnumeration, resultlength : *mut i32, status : *mut UErrorCode) -> windows_sys::core::PCSTR); > | -------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:733:1 > | > 733 | windows_targets::link!("icu.dll" "cdecl" fn uenum_openCharStringsEnumeration(strings : *const *const i8, count : i32, ec : *mut UErrorCode) -> *mut UEnumeration); > | ----------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:734:1 > | > 734 | windows_targets::link!("icu.dll" "cdecl" fn uenum_openUCharStringsEnumeration(strings : *const *const u16, count : i32, ec : *mut UErrorCode) -> *mut UEnumeration); > | ------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:735:1 > | > 735 | windows_targets::link!("icu.dll" "cdecl" fn uenum_reset(en : *mut UEnumeration, status : *mut UErrorCode)); > | ---------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:736:1 > | > 736 | windows_targets::link!("icu.dll" "cdecl" fn uenum_unext(en : *mut UEnumeration, resultlength : *mut i32, status : *mut UErrorCode) -> *mut u16); > | ----------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:737:1 > | > 737 | windows_targets::link!("icu.dll" "cdecl" fn ufieldpositer_close(fpositer : *mut UFieldPositionIterator)); > | -------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:738:1 > | > 738 | windows_targets::link!("icu.dll" "cdecl" fn ufieldpositer_next(fpositer : *mut UFieldPositionIterator, beginindex : *mut i32, endindex : *mut i32) -> i32); > | ---------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:739:1 > | > 739 | windows_targets::link!("icu.dll" "cdecl" fn ufieldpositer_open(status : *mut UErrorCode) -> *mut UFieldPositionIterator); > | ------------------------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:740:1 > | > 740 | windows_targets::link!("icu.dll" "cdecl" fn ufmt_close(fmt : *mut *mut core::ffi::c_void)); > | ------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:741:1 > | > 741 | windows_targets::link!("icu.dll" "cdecl" fn ufmt_getArrayItemByIndex(fmt : *mut *mut core::ffi::c_void, n : i32, status : *mut UErrorCode) -> *mut *mut core::ffi::c_void); > | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:742:1 > | > 742 | windows_targets::link!("icu.dll" "cdecl" fn ufmt_getArrayLength(fmt : *const *const core::ffi::c_void, status : *mut UErrorCode) -> i32); > | ---------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:743:1 > | > 743 | windows_targets::link!("icu.dll" "cdecl" fn ufmt_getDate(fmt : *const *const core::ffi::c_void, status : *mut UErrorCode) -> f64); > | --------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:744:1 > | > 744 | windows_targets::link!("icu.dll" "cdecl" fn ufmt_getDecNumChars(fmt : *mut *mut core::ffi::c_void, len : *mut i32, status : *mut UErrorCode) -> windows_sys::core::PCSTR); > | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:745:1 > | > 745 | windows_targets::link!("icu.dll" "cdecl" fn ufmt_getDouble(fmt : *mut *mut core::ffi::c_void, status : *mut UErrorCode) -> f64); > | ------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:746:1 > | > 746 | windows_targets::link!("icu.dll" "cdecl" fn ufmt_getInt64(fmt : *mut *mut core::ffi::c_void, status : *mut UErrorCode) -> i64); > | ------------------------------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:747:1 > | > 747 | windows_targets::link!("icu.dll" "cdecl" fn ufmt_getLong(fmt : *mut *mut core::ffi::c_void, status : *mut UErrorCode) -> i32); > | ----------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:748:1 > | > 748 | windows_targets::link!("icu.dll" "cdecl" fn ufmt_getObject(fmt : *const *const core::ffi::c_void, status : *mut UErrorCode) -> *mut core::ffi::c_void); > | ------------------------------------------------------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:749:1 > | > 749 | windows_targets::link!("icu.dll" "cdecl" fn ufmt_getType(fmt : *const *const core::ffi::c_void, status : *mut UErrorCode) -> UFormattableType); > | ---------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:750:1 > | > 750 | windows_targets::link!("icu.dll" "cdecl" fn ufmt_getUChars(fmt : *mut *mut core::ffi::c_void, len : *mut i32, status : *mut UErrorCode) -> *mut u16); > | ---------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:751:1 > | > 751 | windows_targets::link!("icu.dll" "cdecl" fn ufmt_isNumeric(fmt : *const *const core::ffi::c_void) -> i8); > | -------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:752:1 > | > 752 | windows_targets::link!("icu.dll" "cdecl" fn ufmt_open(status : *mut UErrorCode) -> *mut *mut core::ffi::c_void); > | --------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:753:1 > | > 753 | windows_targets::link!("icu.dll" "cdecl" fn ufmtval_getString(ufmtval : *const UFormattedValue, plength : *mut i32, ec : *mut UErrorCode) -> *mut u16); > | ------------------------------------------------------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:754:1 > | > 754 | windows_targets::link!("icu.dll" "cdecl" fn ufmtval_nextPosition(ufmtval : *const UFormattedValue, ucfpos : *mut UConstrainedFieldPosition, ec : *mut UErrorCode) -> i8); > | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:755:1 > | > 755 | windows_targets::link!("icu.dll" "cdecl" fn ugender_getInstance(locale : windows_sys::core::PCSTR, status : *mut UErrorCode) -> *mut UGenderInfo); > | ------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:756:1 > | > 756 | windows_targets::link!("icu.dll" "cdecl" fn ugender_getListGender(genderinfo : *const UGenderInfo, genders : *const UGender, size : i32, status : *mut UErrorCode) -> UGender); > | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:757:1 > | > 757 | windows_targets::link!("icu.dll" "cdecl" fn uidna_close(idna : *mut UIDNA)); > | --------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:758:1 > | > 758 | windows_targets::link!("icu.dll" "cdecl" fn uidna_labelToASCII(idna : *const UIDNA, label : *const u16, length : i32, dest : *mut u16, capacity : i32, pinfo : *mut UIDNAInfo, perrorcode : *mut UErrorCode) -> i32); > | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:759:1 > | > 759 | windows_targets::link!("icu.d...NAInfo, perrorcode : *mut UErrorCode) -> i32); > | -----------------------------...--------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:760:1 > | > 760 | windows_targets::link!("icu.dll" "cdecl" fn uidna_labelToUnicode(idna : *const UIDNA, label : *const u16, length : i32, dest : *mut u16, capacity : i32, pinfo : *mut UIDNAInfo, perrorcode : *mut UErrorCode) -> i32); > | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:761:1 > | > 761 | windows_targets::link!("icu.d...NAInfo, perrorcode : *mut UErrorCode) -> i32); > | -----------------------------...--------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:762:1 > | > 762 | windows_targets::link!("icu.dll" "cdecl" fn uidna_nameToASCII(idna : *const UIDNA, name : *const u16, length : i32, dest : *mut u16, capacity : i32, pinfo : *mut UIDNAInfo, perrorcode : *mut UErrorCode) -> i32); > | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:763:1 > | > 763 | windows_targets::link!("icu.d...NAInfo, perrorcode : *mut UErrorCode) -> i32); > | -----------------------------...--------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:764:1 > | > 764 | windows_targets::link!("icu.dll" "cdecl" fn uidna_nameToUnicode(idna : *const UIDNA, name : *const u16, length : i32, dest : *mut u16, capacity : i32, pinfo : *mut UIDNAInfo, perrorcode : *mut UErrorCode) -> i32); > | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:765:1 > | > 765 | windows_targets::link!("icu.d...NAInfo, perrorcode : *mut UErrorCode) -> i32); > | -----------------------------...--------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:766:1 > | > 766 | windows_targets::link!("icu.dll" "cdecl" fn uidna_openUTS46(options : u32, perrorcode : *mut UErrorCode) -> *mut UIDNA); > | ----------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:767:1 > | > 767 | windows_targets::link!("icu.dll" "cdecl" fn uiter_current32(iter : *mut UCharIterator) -> i32); > | ---------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:768:1 > | > 768 | windows_targets::link!("icu.dll" "cdecl" fn uiter_getState(iter : *const UCharIterator) -> u32); > | ----------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:769:1 > | > 769 | windows_targets::link!("icu.dll" "cdecl" fn uiter_next32(iter : *mut UCharIterator) -> i32); > | ------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:770:1 > | > 770 | windows_targets::link!("icu.dll" "cdecl" fn uiter_previous32(iter : *mut UCharIterator) -> i32); > | ----------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:771:1 > | > 771 | windows_targets::link!("icu.dll" "cdecl" fn uiter_setState(iter : *mut UCharIterator, state : u32, perrorcode : *mut UErrorCode)); > | --------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:772:1 > | > 772 | windows_targets::link!("icu.dll" "cdecl" fn uiter_setString(iter : *mut UCharIterator, s : *const u16, length : i32)); > | --------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:773:1 > | > 773 | windows_targets::link!("icu.dll" "cdecl" fn uiter_setUTF16BE(iter : *mut UCharIterator, s : windows_sys::core::PCSTR, length : i32)); > | ------------------------------------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:774:1 > | > 774 | windows_targets::link!("icu.dll" "cdecl" fn uiter_setUTF8(iter : *mut UCharIterator, s : windows_sys::core::PCSTR, length : i32)); > | --------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:775:1 > | > 775 | windows_targets::link!("icu.dll" "cdecl" fn uldn_close(ldn : *mut ULocaleDisplayNames)); > | --------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:776:1 > | > 776 | windows_targets::link!("icu.dll" "cdecl" fn uldn_getContext(ldn : *const ULocaleDisplayNames, r#type : UDisplayContextType, perrorcode : *mut UErrorCode) -> UDisplayContext); > | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:777:1 > | > 777 | windows_targets::link!("icu.dll" "cdecl" fn uldn_getDialectHandling(ldn : *const ULocaleDisplayNames) -> UDialectHandling); > | -------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:778:1 > | > 778 | windows_targets::link!("icu.dll" "cdecl" fn uldn_getLocale(ldn : *const ULocaleDisplayNames) -> windows_sys::core::PCSTR); > | ------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:779:1 > | > 779 | windows_targets::link!("icu.dll" "cdecl" fn uldn_keyDisplayName(ldn : *const ULocaleDisplayNames, key : windows_sys::core::PCSTR, result : *mut u16, maxresultsize : i32, perrorcode : *mut UErrorCode) -> i32); > | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:780:1 > | > 780 | windows_targets::link!("icu.d... : i32, perrorcode : *mut UErrorCode) -> i32); > | -----------------------------...--------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:781:1 > | > 781 | windows_targets::link!("icu.dll" "cdecl" fn uldn_languageDisplayName(ldn : *const ULocaleDisplayNames, lang : windows_sys::core::PCSTR, result : *mut u16, maxresultsize : i32, perrorcode : *mut UErrorCode) -> i32); > | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:782:1 > | > 782 | windows_targets::link!("icu.dll" "cdecl" fn uldn_localeDisplayName(ldn : *const ULocaleDisplayNames, locale : windows_sys::core::PCSTR, result : *mut u16, maxresultsize : i32, perrorcode : *mut UErrorCode) -> i32); > | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:783:1 > | > 783 | windows_targets::link!("icu.dll" "cdecl" fn uldn_open(locale : windows_sys::core::PCSTR, dialecthandling : UDialectHandling, perrorcode : *mut UErrorCode) -> *mut ULocaleDisplayNames); > | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:784:1 > | > 784 | windows_targets::link!("icu.dll" "cdecl" fn uldn_openForContext(locale : windows_sys::core::PCSTR, contexts : *mut UDisplayContext, length : i32, perrorcode : *mut UErrorCode) -> *mut ULocaleDisplayNames); > | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:785:1 > | > 785 | windows_targets::link!("icu.dll" "cdecl" fn uldn_regionDisplayName(ldn : *const ULocaleDisplayNames, region : windows_sys::core::PCSTR, result : *mut u16, maxresultsize : i32, perrorcode : *mut UErrorCode) -> i32); > | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:786:1 > | > 786 | windows_targets::link!("icu.dll" "cdecl" fn uldn_scriptCodeDisplayName(ldn : *const ULocaleDisplayNames, scriptcode : UScriptCode, result : *mut u16, maxresultsize : i32, perrorcode : *mut UErrorCode) -> i32); > | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:787:1 > | > 787 | windows_targets::link!("icu.dll" "cdecl" fn uldn_scriptDisplayName(ldn : *const ULocaleDisplayNames, script : windows_sys::core::PCSTR, result : *mut u16, maxresultsize : i32, perrorcode : *mut UErrorCode) -> i32); > | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:788:1 > | > 788 | windows_targets::link!("icu.dll" "cdecl" fn uldn_variantDisplayName(ldn : *const ULocaleDisplayNames, variant : windows_sys::core::PCSTR, result : *mut u16, maxresultsize : i32, perrorcode : *mut UErrorCode) -> i32); > | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:789:1 > | > 789 | windows_targets::link!("icu.dll" "cdecl" fn ulistfmt_close(listfmt : *mut UListFormatter)); > | ------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:790:1 > | > 790 | windows_targets::link!("icu.dll" "cdecl" fn ulistfmt_closeResult(uresult : *mut UFormattedList)); > | ------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:791:1 > | > 791 | windows_targets::link!("icu.d...city : i32, status : *mut UErrorCode) -> i32); > | -----------------------------...--------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:792:1 > | > 792 | windows_targets::link!("icu.d...ut UFormattedList, status : *mut UErrorCode)); > | -----------------------------...--------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:793:1 > | > 793 | windows_targets::link!("icu.dll" "cdecl" fn ulistfmt_open(locale : windows_sys::core::PCSTR, status : *mut UErrorCode) -> *mut UListFormatter); > | ---------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:794:1 > | > 794 | windows_targets::link!("icu.dll" "cdecl" fn ulistfmt_openForType(locale : windows_sys::core::PCSTR, r#type : UListFormatterType, width : UListFormatterWidth, status : *mut UErrorCode) -> *mut UListFormatter); > | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:795:1 > | > 795 | windows_targets::link!("icu.dll" "cdecl" fn ulistfmt_openResult(ec : *mut UErrorCode) -> *mut UFormattedList); > | ------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:796:1 > | > 796 | windows_targets::link!("icu.dll" "cdecl" fn ulistfmt_resultAsValue(uresult : *const UFormattedList, ec : *mut UErrorCode) -> *mut UFormattedValue); > | -------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:797:1 > | > 797 | windows_targets::link!("icu.d...numeration, status : *mut UErrorCode) -> i32); > | -----------------------------...--------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:798:1 > | > 798 | windows_targets::link!("icu.d...numeration, status : *mut UErrorCode) -> i32); > | -----------------------------...--------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:799:1 > | > 799 | windows_targets::link!("icu.dll" "cdecl" fn uloc_addLikelySubtags(localeid : windows_sys::core::PCSTR, maximizedlocaleid : windows_sys::core::PCSTR, maximizedlocaleidcapacity : i32, err : *mut UErrorCode) -> i32); > | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:800:1 > | > 800 | windows_targets::link!("icu.dll" "cdecl" fn uloc_canonicalize(localeid : windows_sys::core::PCSTR, name : windows_sys::core::PCSTR, namecapacity : i32, err : *mut UErrorCode) -> i32); > | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:801:1 > | > 801 | windows_targets::link!("icu.dll" "cdecl" fn uloc_countAvailable() -> i32); > | ------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:802:1 > | > 802 | windows_targets::link!("icu.dll" "cdecl" fn uloc_forLanguageTag(langtag : windows_sys::core::PCSTR, localeid : windows_sys::core::PCSTR, localeidcapacity : i32, parsedlength : *mut i32, err : *mut UErrorCode) -> i32); > | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:803:1 > | > 803 | windows_targets::link!("icu.dll" "cdecl" fn uloc_getAvailable(n : i32) -> windows_sys::core::PCSTR); > | --------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:804:1 > | > 804 | windows_targets::link!("icu.dll" "cdecl" fn uloc_getBaseName(localeid : windows_sys::core::PCSTR, name : windows_sys::core::PCSTR, namecapacity : i32, err : *mut UErrorCode) -> i32); > | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:805:1 > | > 805 | windows_targets::link!("icu.dll" "cdecl" fn uloc_getCharacterOrientation(localeid : windows_sys::core::PCSTR, status : *mut UErrorCode) -> ULayoutType); > | ------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:806:1 > | > 806 | windows_targets::link!("icu.dll" "cdecl" fn uloc_getCountry(localeid : windows_sys::core::PCSTR, country : windows_sys::core::PCSTR, countrycapacity : i32, err : *mut UErrorCode) -> i32); > | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:807:1 > | > 807 | windows_targets::link!("icu.dll" "cdecl" fn uloc_getDefault() -> windows_sys::core::PCSTR); > | ------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:808:1 > | > 808 | windows_targets::link!("icu.dll" "cdecl" fn uloc_getDisplayCountry(locale : windows_sys::core::PCSTR, displaylocale : windows_sys::core::PCSTR, country : *mut u16, countrycapacity : i32, status : *mut UErrorCode) -> i32); > | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:809:1 > | > 809 | windows_targets::link!("icu.dll" "cdecl" fn uloc_getDisplayKeyword(keyword : windows_sys::core::PCSTR, displaylocale : windows_sys::core::PCSTR, dest : *mut u16, destcapacity : i32, status : *mut UErrorCode) -> i32); > | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:810:1 > | > 810 | windows_targets::link!("icu.d...city : i32, status : *mut UErrorCode) -> i32); > | -----------------------------...--------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:811:1 > | > 811 | windows_targets::link!("icu.d...city : i32, status : *mut UErrorCode) -> i32); > | -----------------------------...--------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:812:1 > | > 812 | windows_targets::link!("icu.dll" "cdecl" fn uloc_getDisplayName(localeid : windows_sys::core::PCSTR, inlocaleid : windows_sys::core::PCSTR, result : *mut u16, maxresultsize : i32, err : *mut UErrorCode) -> i32); > | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:813:1 > | > 813 | windows_targets::link!("icu.dll" "cdecl" fn uloc_getDisplayScript(locale : windows_sys::core::PCSTR, displaylocale : windows_sys::core::PCSTR, script : *mut u16, scriptcapacity : i32, status : *mut UErrorCode) -> i32); > | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:814:1 > | > 814 | windows_targets::link!("icu.dll" "cdecl" fn uloc_getDisplayVariant(locale : windows_sys::core::PCSTR, displaylocale : windows_sys::core::PCSTR, variant : *mut u16, variantcapacity : i32, status : *mut UErrorCode) -> i32); > | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:815:1 > | > 815 | windows_targets::link!("icu.dll" "cdecl" fn uloc_getISO3Country(localeid : windows_sys::core::PCSTR) -> windows_sys::core::PCSTR); > | --------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:816:1 > | > 816 | windows_targets::link!("icu.dll" "cdecl" fn uloc_getISO3Language(localeid : windows_sys::core::PCSTR) -> windows_sys::core::PCSTR); > | ---------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:817:1 > | > 817 | windows_targets::link!("icu.dll" "cdecl" fn uloc_getISOCountries() -> *mut *mut i8); > | ----------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:818:1 > | > 818 | windows_targets::link!("icu.dll" "cdecl" fn uloc_getISOLanguages() -> *mut *mut i8); > | ----------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:819:1 > | > 819 | windows_targets::link!("icu.d...city : i32, status : *mut UErrorCode) -> i32); > | -----------------------------...--------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:820:1 > | > 820 | windows_targets::link!("icu.dll" "cdecl" fn uloc_getLCID(localeid : windows_sys::core::PCSTR) -> u32); > | ----------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:821:1 > | > 821 | windows_targets::link!("icu.dll" "cdecl" fn uloc_getLanguage(localeid : windows_sys::core::PCSTR, language : windows_sys::core::PCSTR, languagecapacity : i32, err : *mut UErrorCode) -> i32); > | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:822:1 > | > 822 | windows_targets::link!("icu.dll" "cdecl" fn uloc_getLineOrientation(localeid : windows_sys::core::PCSTR, status : *mut UErrorCode) -> ULayoutType); > | -------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:823:1 > | > 823 | windows_targets::link!("icu.dll" "cdecl" fn uloc_getLocaleForLCID(hostid : u32, locale : windows_sys::core::PCSTR, localecapacity : i32, status : *mut UErrorCode) -> i32); > | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:824:1 > | > 824 | windows_targets::link!("icu.dll" "cdecl" fn uloc_getName(localeid : windows_sys::core::PCSTR, name : windows_sys::core::PCSTR, namecapacity : i32, err : *mut UErrorCode) -> i32); > | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:825:1 > | > 825 | windows_targets::link!("icu.dll" "cdecl" fn uloc_getParent(localeid : windows_sys::core::PCSTR, parent : windows_sys::core::PCSTR, parentcapacity : i32, err : *mut UErrorCode) -> i32); > | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:826:1 > | > 826 | windows_targets::link!("icu.dll" "cdecl" fn uloc_getScript(localeid : windows_sys::core::PCSTR, script : windows_sys::core::PCSTR, scriptcapacity : i32, err : *mut UErrorCode) -> i32); > | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:827:1 > | > 827 | windows_targets::link!("icu.dll" "cdecl" fn uloc_getVariant(localeid : windows_sys::core::PCSTR, variant : windows_sys::core::PCSTR, variantcapacity : i32, err : *mut UErrorCode) -> i32); > | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:828:1 > | > 828 | windows_targets::link!("icu.dll" "cdecl" fn uloc_isRightToLeft(locale : windows_sys::core::PCSTR) -> i8); > | -------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:829:1 > | > 829 | windows_targets::link!("icu.dll" "cdecl" fn uloc_minimizeSubtags(localeid : windows_sys::core::PCSTR, minimizedlocaleid : windows_sys::core::PCSTR, minimizedlocaleidcapacity : i32, err : *mut UErrorCode) -> i32); > | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:830:1 > | > 830 | windows_targets::link!("icu.dll" "cdecl" fn uloc_openAvailableByType(r#type : ULocAvailableType, status : *mut UErrorCode) -> *mut UEnumeration); > | ------------------------------------------------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:831:1 > | > 831 | windows_targets::link!("icu.dll" "cdecl" fn uloc_openKeywords(localeid : windows_sys::core::PCSTR, status : *mut UErrorCode) -> *mut UEnumeration); > | -------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:832:1 > | > 832 | windows_targets::link!("icu.dll" "cdecl" fn uloc_setDefault(localeid : windows_sys::core::PCSTR, status : *mut UErrorCode)); > | --------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:833:1 > | > 833 | windows_targets::link!("icu.d...city : i32, status : *mut UErrorCode) -> i32); > | -----------------------------...--------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:834:1 > | > 834 | windows_targets::link!("icu.dll" "cdecl" fn uloc_toLanguageTag(localeid : windows_sys::core::PCSTR, langtag : windows_sys::core::PCSTR, langtagcapacity : i32, strict : i8, err : *mut UErrorCode) -> i32); > | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:835:1 > | > 835 | windows_targets::link!("icu.dll" "cdecl" fn uloc_toLegacyKey(keyword : windows_sys::core::PCSTR) -> windows_sys::core::PCSTR); > | ----------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:836:1 > | > 836 | windows_targets::link!("icu.dll" "cdecl" fn uloc_toLegacyType(keyword : windows_sys::core::PCSTR, value : windows_sys::core::PCSTR) -> windows_sys::core::PCSTR); > | ---------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:837:1 > | > 837 | windows_targets::link!("icu.dll" "cdecl" fn uloc_toUnicodeLocaleKey(keyword : windows_sys::core::PCSTR) -> windows_sys::core::PCSTR); > | ------------------------------------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:838:1 > | > 838 | windows_targets::link!("icu.dll" "cdecl" fn uloc_toUnicodeLocaleType(keyword : windows_sys::core::PCSTR, value : windows_sys::core::PCSTR) -> windows_sys::core::PCSTR); > | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:839:1 > | > 839 | windows_targets::link!("icu.dll" "cdecl" fn ulocdata_close(uld : *mut ULocaleData)); > | ----------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:840:1 > | > 840 | windows_targets::link!("icu.dll" "cdecl" fn ulocdata_getCLDRVersion(versionarray : *mut u8, status : *mut UErrorCode)); > | ---------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:841:1 > | > 841 | windows_targets::link!("icu.dll" "cdecl" fn ulocdata_getDelimiter(uld : *mut ULocaleData, r#type : ULocaleDataDelimiterType, result : *mut u16, resultlength : i32, status : *mut UErrorCode) -> i32); > | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:842:1 > | > 842 | windows_targets::link!("icu.dll" "cdecl" fn ulocdata_getExemplarSet(uld : *mut ULocaleData, fillin : *mut USet, options : u32, extype : ULocaleDataExemplarSetType, status : *mut UErrorCode) -> *mut USet); > | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:843:1 > | > 843 | windows_targets::link!("icu.dll" "cdecl" fn ulocdata_getLocaleDisplayPattern(uld : *mut ULocaleData, pattern : *mut u16, patterncapacity : i32, status : *mut UErrorCode) -> i32); > | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:844:1 > | > 844 | windows_targets::link!("icu.dll" "cdecl" fn ulocdata_getLocaleSeparator(uld : *mut ULocaleData, separator : *mut u16, separatorcapacity : i32, status : *mut UErrorCode) -> i32); > | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:845:1 > | > 845 | windows_targets::link!("icu.dll" "cdecl" fn ulocdata_getMeasurementSystem(localeid : windows_sys::core::PCSTR, status : *mut UErrorCode) -> UMeasurementSystem); > | --------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:846:1 > | > 846 | windows_targets::link!("icu.dll" "cdecl" fn ulocdata_getNoSubstitute(uld : *mut ULocaleData) -> i8); > | --------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:847:1 > | > 847 | windows_targets::link!("icu.dll" "cdecl" fn ulocdata_getPaperSize(localeid : windows_sys::core::PCSTR, height : *mut i32, width : *mut i32, status : *mut UErrorCode)); > | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:848:1 > | > 848 | windows_targets::link!("icu.dll" "cdecl" fn ulocdata_open(localeid : windows_sys::core::PCSTR, status : *mut UErrorCode) -> *mut ULocaleData); > | --------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:849:1 > | > 849 | windows_targets::link!("icu.dll" "cdecl" fn ulocdata_setNoSubstitute(uld : *mut ULocaleData, setting : i8)); > | ----------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:850:1 > | > 850 | windows_targets::link!("icu.dll" "cdecl" fn umsg_applyPattern(fmt : *mut *mut core::ffi::c_void, pattern : *const u16, patternlength : i32, parseerror : *mut UParseError, status : *mut UErrorCode)); > | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:851:1 > | > 851 | windows_targets::link!("icu.dll" "cdecl" fn umsg_autoQuoteApostrophe(pattern : *const u16, patternlength : i32, dest : *mut u16, destcapacity : i32, ec : *mut UErrorCode) -> i32); > | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:852:1 > | > 852 | windows_targets::link!("icu.dll" "cdecl" fn umsg_clone(fmt : *const *const core::ffi::c_void, status : *mut UErrorCode) -> *mut core::ffi::c_void); > | -------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:853:1 > | > 853 | windows_targets::link!("icu.dll" "cdecl" fn umsg_close(format : *mut *mut core::ffi::c_void)); > | --------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:854:1 > | > 854 | windows_targets::link!("icu.dll" "cdecl" fn umsg_format(fmt : *const *const core::ffi::c_void, result : *mut u16, resultlength : i32, status : *mut UErrorCode, ...) -> i32); > | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:855:1 > | > 855 | windows_targets::link!("icu.dll" "cdecl" fn umsg_getLocale(fmt : *const *const core::ffi::c_void) -> windows_sys::core::PCSTR); > | ------------------------------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:856:1 > | > 856 | windows_targets::link!("icu.dll" "cdecl" fn umsg_open(pattern : *const u16, patternlength : i32, locale : windows_sys::core::PCSTR, parseerror : *mut UParseError, status : *mut UErrorCode) -> *mut *mut core::ffi::c_void); > | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:857:1 > | > 857 | windows_targets::link!("icu.dll" "cdecl" fn umsg_parse(fmt : *const *const core::ffi::c_void, source : *const u16, sourcelength : i32, count : *mut i32, status : *mut UErrorCode, ...)); > | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:858:1 > | > 858 | windows_targets::link!("icu.dll" "cdecl" fn umsg_setLocale(fmt : *mut *mut core::ffi::c_void, locale : windows_sys::core::PCSTR)); > | --------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:859:1 > | > 859 | windows_targets::link!("icu.dll" "cdecl" fn umsg_toPattern(fmt : *const *const core::ffi::c_void, result : *mut u16, resultlength : i32, status : *mut UErrorCode) -> i32); > | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:860:1 > | > 860 | windows_targets::link!("icu.dll" "cdecl" fn umsg_vformat(fmt : *const *const core::ffi::c_void, result : *mut u16, resultlength : i32, ap : *mut i8, status : *mut UErrorCode) -> i32); > | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:861:1 > | > 861 | windows_targets::link!("icu.dll" "cdecl" fn umsg_vparse(fmt : *const *const core::ffi::c_void, source : *const u16, sourcelength : i32, count : *mut i32, ap : *mut i8, status : *mut UErrorCode)); > | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:862:1 > | > 862 | windows_targets::link!("icu.dll" "cdecl" fn umutablecptrie_buildImmutable(trie : *mut UMutableCPTrie, r#type : UCPTrieType, valuewidth : UCPTrieValueWidth, perrorcode : *mut UErrorCode) -> *mut UCPTrie); > | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:863:1 > | > 863 | windows_targets::link!("icu.dll" "cdecl" fn umutablecptrie_clone(other : *const UMutableCPTrie, perrorcode : *mut UErrorCode) -> *mut UMutableCPTrie); > | ----------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:864:1 > | > 864 | windows_targets::link!("icu.dll" "cdecl" fn umutablecptrie_close(trie : *mut UMutableCPTrie)); > | --------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:865:1 > | > 865 | windows_targets::link!("icu.dll" "cdecl" fn umutablecptrie_fromUCPMap(map : *const UCPMap, perrorcode : *mut UErrorCode) -> *mut UMutableCPTrie); > | ------------------------------------------------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:866:1 > | > 866 | windows_targets::link!("icu.dll" "cdecl" fn umutablecptrie_fromUCPTrie(trie : *const UCPTrie, perrorcode : *mut UErrorCode) -> *mut UMutableCPTrie); > | --------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:867:1 > | > 867 | windows_targets::link!("icu.dll" "cdecl" fn umutablecptrie_get(trie : *const UMutableCPTrie, c : i32) -> u32); > | ------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:868:1 > | > 868 | windows_targets::link!("icu.d...core::ffi::c_void, pvalue : *mut u32) -> i32); > | -----------------------------...--------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:869:1 > | > 869 | windows_targets::link!("icu.dll" "cdecl" fn umutablecptrie_open(initialvalue : u32, errorvalue : u32, perrorcode : *mut UErrorCode) -> *mut UMutableCPTrie); > | ----------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:870:1 > | > 870 | windows_targets::link!("icu.dll" "cdecl" fn umutablecptrie_set(trie : *mut UMutableCPTrie, c : i32, value : u32, perrorcode : *mut UErrorCode)); > | ----------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:871:1 > | > 871 | windows_targets::link!("icu.dll" "cdecl" fn umutablecptrie_setRange(trie : *mut UMutableCPTrie, start : i32, end : i32, value : u32, perrorcode : *mut UErrorCode)); > | ------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:872:1 > | > 872 | windows_targets::link!("icu.d... : i32, perrorcode : *mut UErrorCode) -> i32); > | -----------------------------...--------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:873:1 > | > 873 | windows_targets::link!("icu.dll" "cdecl" fn unorm2_close(norm2 : *mut UNormalizer2)); > | ------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:874:1 > | > 874 | windows_targets::link!("icu.dll" "cdecl" fn unorm2_composePair(norm2 : *const UNormalizer2, a : i32, b : i32) -> i32); > | --------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:875:1 > | > 875 | windows_targets::link!("icu.dll" "cdecl" fn unorm2_getCombiningClass(norm2 : *const UNormalizer2, c : i32) -> u8); > | ----------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:876:1 > | > 876 | windows_targets::link!("icu.dll" "cdecl" fn unorm2_getDecomposition(norm2 : *const UNormalizer2, c : i32, decomposition : *mut u16, capacity : i32, perrorcode : *mut UErrorCode) -> i32); > | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:877:1 > | > 877 | windows_targets::link!("icu.dll" "cdecl" fn unorm2_getInstance(packagename : windows_sys::core::PCSTR, name : windows_sys::core::PCSTR, mode : UNormalization2Mode, perrorcode : *mut UErrorCode) -> *mut UNormalizer2); > | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:878:1 > | > 878 | windows_targets::link!("icu.dll" "cdecl" fn unorm2_getNFCInstance(perrorcode : *mut UErrorCode) -> *mut UNormalizer2); > | --------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:879:1 > | > 879 | windows_targets::link!("icu.dll" "cdecl" fn unorm2_getNFDInstance(perrorcode : *mut UErrorCode) -> *mut UNormalizer2); > | --------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:880:1 > | > 880 | windows_targets::link!("icu.dll" "cdecl" fn unorm2_getNFKCCasefoldInstance(perrorcode : *mut UErrorCode) -> *mut UNormalizer2); > | ------------------------------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:881:1 > | > 881 | windows_targets::link!("icu.dll" "cdecl" fn unorm2_getNFKCInstance(perrorcode : *mut UErrorCode) -> *mut UNormalizer2); > | ---------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:882:1 > | > 882 | windows_targets::link!("icu.dll" "cdecl" fn unorm2_getNFKDInstance(perrorcode : *mut UErrorCode) -> *mut UNormalizer2); > | ---------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:883:1 > | > 883 | windows_targets::link!("icu.dll" "cdecl" fn unorm2_getRawDecomposition(norm2 : *const UNormalizer2, c : i32, decomposition : *mut u16, capacity : i32, perrorcode : *mut UErrorCode) -> i32); > | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:884:1 > | > 884 | windows_targets::link!("icu.dll" "cdecl" fn unorm2_hasBoundaryAfter(norm2 : *const UNormalizer2, c : i32) -> i8); > | ---------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:885:1 > | > 885 | windows_targets::link!("icu.dll" "cdecl" fn unorm2_hasBoundaryBefore(norm2 : *const UNormalizer2, c : i32) -> i8); > | ----------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:886:1 > | > 886 | windows_targets::link!("icu.dll" "cdecl" fn unorm2_isInert(norm2 : *const UNormalizer2, c : i32) -> i8); > | ------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:887:1 > | > 887 | windows_targets::link!("icu.dll" "cdecl" fn unorm2_isNormalized(norm2 : *const UNormalizer2, s : *const u16, length : i32, perrorcode : *mut UErrorCode) -> i8); > | --------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:888:1 > | > 888 | windows_targets::link!("icu.dll" "cdecl" fn unorm2_normalize(norm2 : *const UNormalizer2, src : *const u16, length : i32, dest : *mut u16, capacity : i32, perrorcode : *mut UErrorCode) -> i32); > | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:889:1 > | > 889 | windows_targets::link!("icu.d... : i32, perrorcode : *mut UErrorCode) -> i32); > | -----------------------------...--------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:890:1 > | > 890 | windows_targets::link!("icu.dll" "cdecl" fn unorm2_openFiltered(norm2 : *const UNormalizer2, filterset : *const USet, perrorcode : *mut UErrorCode) -> *mut UNormalizer2); > | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:891:1 > | > 891 | windows_targets::link!("icu.dll" "cdecl" fn unorm2_quickCheck(norm2 : *const UNormalizer2, s : *const u16, length : i32, perrorcode : *mut UErrorCode) -> UNormalizationCheckResult); > | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:892:1 > | > 892 | windows_targets::link!("icu.dll" "cdecl" fn unorm2_spanQuickCheckYes(norm2 : *const UNormalizer2, s : *const u16, length : i32, perrorcode : *mut UErrorCode) -> i32); > | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:893:1 > | > 893 | windows_targets::link!("icu.dll" "cdecl" fn unorm_compare(s1 : *const u16, length1 : i32, s2 : *const u16, length2 : i32, options : u32, perrorcode : *mut UErrorCode) -> i32); > | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:894:1 > | > 894 | windows_targets::link!("icu.dll" "cdecl" fn unum_applyPattern(format : *mut *mut core::ffi::c_void, localized : i8, pattern : *const u16, patternlength : i32, parseerror : *mut UParseError, status : *mut UErrorCode)); > | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:895:1 > | > 895 | windows_targets::link!("icu.dll" "cdecl" fn unum_clone(fmt : *const *const core::ffi::c_void, status : *mut UErrorCode) -> *mut *mut core::ffi::c_void); > | ------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:896:1 > | > 896 | windows_targets::link!("icu.dll" "cdecl" fn unum_close(fmt : *mut *mut core::ffi::c_void)); > | ------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:897:1 > | > 897 | windows_targets::link!("icu.dll" "cdecl" fn unum_countAvailable() -> i32); > | ------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:898:1 > | > 898 | windows_targets::link!("icu.dll" "cdecl" fn unum_format(fmt : *const *const core::ffi::c_void, number : i32, result : *mut u16, resultlength : i32, pos : *mut UFieldPosition, status : *mut UErrorCode) -> i32); > | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:899:1 > | > 899 | windows_targets::link!("icu.d...ldPosition, status : *mut UErrorCode) -> i32); > | -----------------------------...--------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:900:1 > | > 900 | windows_targets::link!("icu.dll" "cdecl" fn unum_formatDouble(fmt : *const *const core::ffi::c_void, number : f64, result : *mut u16, resultlength : i32, pos : *mut UFieldPosition, status : *mut UErrorCode) -> i32); > | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:901:1 > | > 901 | windows_targets::link!("icu.d...ldPosition, status : *mut UErrorCode) -> i32); > | -----------------------------...--------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:902:1 > | > 902 | windows_targets::link!("icu.d...onIterator, status : *mut UErrorCode) -> i32); > | -----------------------------...--------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:903:1 > | > 903 | windows_targets::link!("icu.dll" "cdecl" fn unum_formatInt64(fmt : *const *const core::ffi::c_void, number : i64, result : *mut u16, resultlength : i32, pos : *mut UFieldPosition, status : *mut UErrorCode) -> i32); > | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:904:1 > | > 904 | windows_targets::link!("icu.d...ldPosition, status : *mut UErrorCode) -> i32); > | -----------------------------...--------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:905:1 > | > 905 | windows_targets::link!("icu.dll" "cdecl" fn unum_getAttribute(fmt : *const *const core::ffi::c_void, attr : UNumberFormatAttribute) -> i32); > | ------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:906:1 > | > 906 | windows_targets::link!("icu.dll" "cdecl" fn unum_getAvailable(localeindex : i32) -> windows_sys::core::PCSTR); > | ------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:907:1 > | > 907 | windows_targets::link!("icu.dll" "cdecl" fn unum_getContext(fmt : *const *const core::ffi::c_void, r#type : UDisplayContextType, status : *mut UErrorCode) -> UDisplayContext); > | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:908:1 > | > 908 | windows_targets::link!("icu.dll" "cdecl" fn unum_getDoubleAttribute(fmt : *const *const core::ffi::c_void, attr : UNumberFormatAttribute) -> f64); > | ------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:909:1 > | > 909 | windows_targets::link!("icu.dll" "cdecl" fn unum_getLocaleByType(fmt : *const *const core::ffi::c_void, r#type : ULocDataLocaleType, status : *mut UErrorCode) -> windows_sys::core::PCSTR); > | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:910:1 > | > 910 | windows_targets::link!("icu.dll" "cdecl" fn unum_getSymbol(fmt : *const *const core::ffi::c_void, symbol : UNumberFormatSymbol, buffer : *mut u16, size : i32, status : *mut UErrorCode) -> i32); > | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:911:1 > | > 911 | windows_targets::link!("icu.dll" "cdecl" fn unum_getTextAttribute(fmt : *const *const core::ffi::c_void, tag : UNumberFormatTextAttribute, result : *mut u16, resultlength : i32, status : *mut UErrorCode) -> i32); > | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:912:1 > | > 912 | windows_targets::link!("icu.d...t UErrorCode) -> *mut *mut core::ffi::c_void); > | -----------------------------...--------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:913:1 > | > 913 | windows_targets::link!("icu.dll" "cdecl" fn unum_parse(fmt : *const *const core::ffi::c_void, text : *const u16, textlength : i32, parsepos : *mut i32, status : *mut UErrorCode) -> i32); > | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:914:1 > | > 914 | windows_targets::link!("icu.d...ngth : i32, status : *mut UErrorCode) -> i32); > | -----------------------------...--------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:915:1 > | > 915 | windows_targets::link!("icu.dll" "cdecl" fn unum_parseDouble(fmt : *const *const core::ffi::c_void, text : *const u16, textlength : i32, parsepos : *mut i32, status : *mut UErrorCode) -> f64); > | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:916:1 > | > 916 | windows_targets::link!("icu.dll" "cdecl" fn unum_parseDoubleCurrency(fmt : *const *const core::ffi::c_void, text : *const u16, textlength : i32, parsepos : *mut i32, currency : *mut u16, status : *mut UErrorCode) -> f64); > | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:917:1 > | > 917 | windows_targets::link!("icu.dll" "cdecl" fn unum_parseInt64(fmt : *const *const core::ffi::c_void, text : *const u16, textlength : i32, parsepos : *mut i32, status : *mut UErrorCode) -> i64); > | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:918:1 > | > 918 | windows_targets::link!("icu.d...t UErrorCode) -> *mut *mut core::ffi::c_void); > | -----------------------------...--------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:919:1 > | > 919 | windows_targets::link!("icu.dll" "cdecl" fn unum_setAttribute(fmt : *mut *mut core::ffi::c_void, attr : UNumberFormatAttribute, newvalue : i32)); > | ------------------------------------------------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:920:1 > | > 920 | windows_targets::link!("icu.dll" "cdecl" fn unum_setContext(fmt : *mut *mut core::ffi::c_void, value : UDisplayContext, status : *mut UErrorCode)); > | -------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:921:1 > | > 921 | windows_targets::link!("icu.dll" "cdecl" fn unum_setDoubleAttribute(fmt : *mut *mut core::ffi::c_void, attr : UNumberFormatAttribute, newvalue : f64)); > | ------------------------------------------------------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:922:1 > | > 922 | windows_targets::link!("icu.dll" "cdecl" fn unum_setSymbol(fmt : *mut *mut core::ffi::c_void, symbol : UNumberFormatSymbol, value : *const u16, length : i32, status : *mut UErrorCode)); > | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:923:1 > | > 923 | windows_targets::link!("icu.dll" "cdecl" fn unum_setTextAttribute(fmt : *mut *mut core::ffi::c_void, tag : UNumberFormatTextAttribute, newvalue : *const u16, newvaluelength : i32, status : *mut UErrorCode)); > | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:924:1 > | > 924 | windows_targets::link!("icu.dll" "cdecl" fn unum_toPattern(fmt : *const *const core::ffi::c_void, ispatternlocalized : i8, result : *mut u16, resultlength : i32, status : *mut UErrorCode) -> i32); > | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:925:1 > | > 925 | windows_targets::link!("icu.dll" "cdecl" fn unumf_close(uformatter : *mut UNumberFormatter)); > | -------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:926:1 > | > 926 | windows_targets::link!("icu.dll" "cdecl" fn unumf_closeResult(uresult : *mut UFormattedNumber)); > | ----------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:927:1 > | > 927 | windows_targets::link!("icu.dll" "cdecl" fn unumf_formatDecimal(uformatter : *const UNumberFormatter, value : windows_sys::core::PCSTR, valuelen : i32, uresult : *mut UFormattedNumber, ec : *mut UErrorCode)); > | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:928:1 > | > 928 | windows_targets::link!("icu.dll" "cdecl" fn unumf_formatDouble(uformatter : *const UNumberFormatter, value : f64, uresult : *mut UFormattedNumber, ec : *mut UErrorCode)); > | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:929:1 > | > 929 | windows_targets::link!("icu.dll" "cdecl" fn unumf_formatInt(uformatter : *const UNumberFormatter, value : i64, uresult : *mut UFormattedNumber, ec : *mut UErrorCode)); > | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:930:1 > | > 930 | windows_targets::link!("icu.dll" "cdecl" fn unumf_openForSkeletonAndLocale(skeleton : *const u16, skeletonlen : i32, locale : windows_sys::core::PCSTR, ec : *mut UErrorCode) -> *mut UNumberFormatter); > | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:931:1 > | > 931 | windows_targets::link!("icu.d... : *mut UErrorCode) -> *mut UNumberFormatter); > | -----------------------------...--------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:932:1 > | > 932 | windows_targets::link!("icu.dll" "cdecl" fn unumf_openResult(ec : *mut UErrorCode) -> *mut UFormattedNumber); > | ------------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:933:1 > | > 933 | windows_targets::link!("icu.dll" "cdecl" fn unumf_resultAsValue(uresult : *const UFormattedNumber, ec : *mut UErrorCode) -> *mut UFormattedValue); > | ------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:934:1 > | > 934 | windows_targets::link!("icu.dll" "cdecl" fn unumf_resultGetAllFieldPositions(uresult : *const UFormattedNumber, ufpositer : *mut UFieldPositionIterator, ec : *mut UErrorCode)); > | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:935:1 > | > 935 | windows_targets::link!("icu.dll" "cdecl" fn unumf_resultNextFieldPosition(uresult : *const UFormattedNumber, ufpos : *mut UFieldPosition, ec : *mut UErrorCode) -> i8); > | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:936:1 > | > 936 | windows_targets::link!("icu.dll" "cdecl" fn unumf_resultToString(uresult : *const UFormattedNumber, buffer : *mut u16, buffercapacity : i32, ec : *mut UErrorCode) -> i32); > | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:937:1 > | > 937 | windows_targets::link!("icu.dll" "cdecl" fn unumsys_close(unumsys : *mut UNumberingSystem)); > | ------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:938:1 > | > 938 | windows_targets::link!("icu.dll" "cdecl" fn unumsys_getDescription(unumsys : *const UNumberingSystem, result : *mut u16, resultlength : i32, status : *mut UErrorCode) -> i32); > | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:939:1 > | > 939 | windows_targets::link!("icu.dll" "cdecl" fn unumsys_getName(unumsys : *const UNumberingSystem) -> windows_sys::core::PCSTR); > | --------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:940:1 > | > 940 | windows_targets::link!("icu.dll" "cdecl" fn unumsys_getRadix(unumsys : *const UNumberingSystem) -> i32); > | ------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:941:1 > | > 941 | windows_targets::link!("icu.dll" "cdecl" fn unumsys_isAlgorithmic(unumsys : *const UNumberingSystem) -> i8); > | ----------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:942:1 > | > 942 | windows_targets::link!("icu.dll" "cdecl" fn unumsys_open(locale : windows_sys::core::PCSTR, status : *mut UErrorCode) -> *mut UNumberingSystem); > | ----------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:943:1 > | > 943 | windows_targets::link!("icu.dll" "cdecl" fn unumsys_openAvailableNames(status : *mut UErrorCode) -> *mut UEnumeration); > | ---------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:944:1 > | > 944 | windows_targets::link!("icu.dll" "cdecl" fn unumsys_openByName(name : windows_sys::core::PCSTR, status : *mut UErrorCode) -> *mut UNumberingSystem); > | --------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:945:1 > | > 945 | windows_targets::link!("icu.dll" "cdecl" fn uplrules_close(uplrules : *mut UPluralRules)); > | ----------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:946:1 > | > 946 | windows_targets::link!("icu.dll" "cdecl" fn uplrules_getKeywords(uplrules : *const UPluralRules, status : *mut UErrorCode) -> *mut UEnumeration); > | ------------------------------------------------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:947:1 > | > 947 | windows_targets::link!("icu.dll" "cdecl" fn uplrules_open(locale : windows_sys::core::PCSTR, status : *mut UErrorCode) -> *mut UPluralRules); > | -------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:948:1 > | > 948 | windows_targets::link!("icu.dll" "cdecl" fn uplrules_openForType(locale : windows_sys::core::PCSTR, r#type : UPluralType, status : *mut UErrorCode) -> *mut UPluralRules); > | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:949:1 > | > 949 | windows_targets::link!("icu.dll" "cdecl" fn uplrules_select(uplrules : *const UPluralRules, number : f64, keyword : *mut u16, capacity : i32, status : *mut UErrorCode) -> i32); > | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:950:1 > | > 950 | windows_targets::link!("icu.dll" "cdecl" fn uplrules_selectFormatted(uplrules : *const UPluralRules, number : *const UFormattedNumber, keyword : *mut u16, capacity : i32, status : *mut UErrorCode) -> i32); > | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:951:1 > | > 951 | windows_targets::link!("icu.d...: *mut i32, status : *mut UErrorCode) -> i32); > | -----------------------------...--------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:952:1 > | > 952 | windows_targets::link!("icu.dll" "cdecl" fn uregex_appendReplacementUText(regexp : *mut URegularExpression, replacementtext : *mut UText, dest : *mut UText, status : *mut UErrorCode)); > | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:953:1 > | > 953 | windows_targets::link!("icu.dll" "cdecl" fn uregex_appendTail(regexp : *mut URegularExpression, destbuf : *mut *mut u16, destcapacity : *mut i32, status : *mut UErrorCode) -> i32); > | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:954:1 > | > 954 | windows_targets::link!("icu.dll" "cdecl" fn uregex_appendTailUText(regexp : *mut URegularExpression, dest : *mut UText, status : *mut UErrorCode) -> *mut UText); > | ---------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:955:1 > | > 955 | windows_targets::link!("icu.dll" "cdecl" fn uregex_clone(regexp : *const URegularExpression, status : *mut UErrorCode) -> *mut URegularExpression); > | -------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:956:1 > | > 956 | windows_targets::link!("icu.dll" "cdecl" fn uregex_close(regexp : *mut URegularExpression)); > | ------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:957:1 > | > 957 | windows_targets::link!("icu.dll" "cdecl" fn uregex_end(regexp : *mut URegularExpression, groupnum : i32, status : *mut UErrorCode) -> i32); > | ------------------------------------------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:958:1 > | > 958 | windows_targets::link!("icu.dll" "cdecl" fn uregex_end64(regexp : *mut URegularExpression, groupnum : i32, status : *mut UErrorCode) -> i64); > | -------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:959:1 > | > 959 | windows_targets::link!("icu.dll" "cdecl" fn uregex_find(regexp : *mut URegularExpression, startindex : i32, status : *mut UErrorCode) -> i8); > | -------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:960:1 > | > 960 | windows_targets::link!("icu.dll" "cdecl" fn uregex_find64(regexp : *mut URegularExpression, startindex : i64, status : *mut UErrorCode) -> i8); > | ---------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:961:1 > | > 961 | windows_targets::link!("icu.dll" "cdecl" fn uregex_findNext(regexp : *mut URegularExpression, status : *mut UErrorCode) -> i8); > | ------------------------------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:962:1 > | > 962 | windows_targets::link!("icu.dll" "cdecl" fn uregex_flags(regexp : *const URegularExpression, status : *mut UErrorCode) -> i32); > | ------------------------------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:963:1 > | > 963 | windows_targets::link!("icu.d...core::ffi::c_void, status : *mut UErrorCode)); > | -----------------------------...--------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:964:1 > | > 964 | windows_targets::link!("icu.dll" "cdecl" fn uregex_getMatchCallback(regexp : *const URegularExpression, callback : *mut URegexMatchCallback, context : *const *const core::ffi::c_void, status : *mut UErrorCode)); > | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:965:1 > | > 965 | windows_targets::link!("icu.dll" "cdecl" fn uregex_getStackLimit(regexp : *const URegularExpression, status : *mut UErrorCode) -> i32); > | -------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:966:1 > | > 966 | windows_targets::link!("icu.dll" "cdecl" fn uregex_getText(regexp : *mut URegularExpression, textlength : *mut i32, status : *mut UErrorCode) -> *mut u16); > | ---------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:967:1 > | > 967 | windows_targets::link!("icu.dll" "cdecl" fn uregex_getTimeLimit(regexp : *const URegularExpression, status : *mut UErrorCode) -> i32); > | ------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:968:1 > | > 968 | windows_targets::link!("icu.dll" "cdecl" fn uregex_getUText(regexp : *mut URegularExpression, dest : *mut UText, status : *mut UErrorCode) -> *mut UText); > | --------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:969:1 > | > 969 | windows_targets::link!("icu.dll" "cdecl" fn uregex_group(regexp : *mut URegularExpression, groupnum : i32, dest : *mut u16, destcapacity : i32, status : *mut UErrorCode) -> i32); > | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:970:1 > | > 970 | windows_targets::link!("icu.dll" "cdecl" fn uregex_groupCount(regexp : *mut URegularExpression, status : *mut UErrorCode) -> i32); > | --------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:971:1 > | > 971 | windows_targets::link!("icu.dll" "cdecl" fn uregex_groupNumberFromCName(regexp : *mut URegularExpression, groupname : windows_sys::core::PCSTR, namelength : i32, status : *mut UErrorCode) -> i32); > | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:972:1 > | > 972 | windows_targets::link!("icu.dll" "cdecl" fn uregex_groupNumberFromName(regexp : *mut URegularExpression, groupname : *const u16, namelength : i32, status : *mut UErrorCode) -> i32); > | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:973:1 > | > 973 | windows_targets::link!("icu.dll" "cdecl" fn uregex_groupUText(regexp : *mut URegularExpression, groupnum : i32, dest : *mut UText, grouplength : *mut i64, status : *mut UErrorCode) -> *mut UText); > | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:974:1 > | > 974 | windows_targets::link!("icu.dll" "cdecl" fn uregex_hasAnchoringBounds(regexp : *const URegularExpression, status : *mut UErrorCode) -> i8); > | ------------------------------------------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:975:1 > | > 975 | windows_targets::link!("icu.dll" "cdecl" fn uregex_hasTransparentBounds(regexp : *const URegularExpression, status : *mut UErrorCode) -> i8); > | -------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:976:1 > | > 976 | windows_targets::link!("icu.dll" "cdecl" fn uregex_hitEnd(regexp : *const URegularExpression, status : *mut UErrorCode) -> i8); > | ------------------------------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:977:1 > | > 977 | windows_targets::link!("icu.dll" "cdecl" fn uregex_lookingAt(regexp : *mut URegularExpression, startindex : i32, status : *mut UErrorCode) -> i8); > | ------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:978:1 > | > 978 | windows_targets::link!("icu.dll" "cdecl" fn uregex_lookingAt64(regexp : *mut URegularExpression, startindex : i64, status : *mut UErrorCode) -> i8); > | --------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:979:1 > | > 979 | windows_targets::link!("icu.dll" "cdecl" fn uregex_matches(regexp : *mut URegularExpression, startindex : i32, status : *mut UErrorCode) -> i8); > | ----------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:980:1 > | > 980 | windows_targets::link!("icu.dll" "cdecl" fn uregex_matches64(regexp : *mut URegularExpression, startindex : i64, status : *mut UErrorCode) -> i8); > | ------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:981:1 > | > 981 | windows_targets::link!("icu.dll" "cdecl" fn uregex_open(pattern : *const u16, patternlength : i32, flags : u32, pe : *mut UParseError, status : *mut UErrorCode) -> *mut URegularExpression); > | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:982:1 > | > 982 | windows_targets::link!("icu.dll" "cdecl" fn uregex_openC(pattern : windows_sys::core::PCSTR, flags : u32, pe : *mut UParseError, status : *mut UErrorCode) -> *mut URegularExpression); > | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:983:1 > | > 983 | windows_targets::link!("icu.dll" "cdecl" fn uregex_openUText(pattern : *mut UText, flags : u32, pe : *mut UParseError, status : *mut UErrorCode) -> *mut URegularExpression); > | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:984:1 > | > 984 | windows_targets::link!("icu.dll" "cdecl" fn uregex_pattern(regexp : *const URegularExpression, patlength : *mut i32, status : *mut UErrorCode) -> *mut u16); > | ----------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:985:1 > | > 985 | windows_targets::link!("icu.dll" "cdecl" fn uregex_patternUText(regexp : *const URegularExpression, status : *mut UErrorCode) -> *mut UText); > | -------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:986:1 > | > 986 | windows_targets::link!("icu.dll" "cdecl" fn uregex_refreshUText(regexp : *mut URegularExpression, text : *mut UText, status : *mut UErrorCode)); > | ----------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:987:1 > | > 987 | windows_targets::link!("icu.dll" "cdecl" fn uregex_regionEnd(regexp : *const URegularExpression, status : *mut UErrorCode) -> i32); > | ---------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:988:1 > | > 988 | windows_targets::link!("icu.dll" "cdecl" fn uregex_regionEnd64(regexp : *const URegularExpression, status : *mut UErrorCode) -> i64); > | ------------------------------------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:989:1 > | > 989 | windows_targets::link!("icu.dll" "cdecl" fn uregex_regionStart(regexp : *const URegularExpression, status : *mut UErrorCode) -> i32); > | ------------------------------------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:990:1 > | > 990 | windows_targets::link!("icu.dll" "cdecl" fn uregex_regionStart64(regexp : *const URegularExpression, status : *mut UErrorCode) -> i64); > | -------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:991:1 > | > 991 | windows_targets::link!("icu.d...city : i32, status : *mut UErrorCode) -> i32); > | -----------------------------...--------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:992:1 > | > 992 | windows_targets::link!("icu.dll" "cdecl" fn uregex_replaceAllUText(regexp : *mut URegularExpression, replacement : *mut UText, dest : *mut UText, status : *mut UErrorCode) -> *mut UText); > | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:993:1 > | > 993 | windows_targets::link!("icu.d...city : i32, status : *mut UErrorCode) -> i32); > | -----------------------------...--------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:994:1 > | > 994 | windows_targets::link!("icu.dll" "cdecl" fn uregex_replaceFirstUText(regexp : *mut URegularExpression, replacement : *mut UText, dest : *mut UText, status : *mut UErrorCode) -> *mut UText); > | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:995:1 > | > 995 | windows_targets::link!("icu.dll" "cdecl" fn uregex_requireEnd(regexp : *const URegularExpression, status : *mut UErrorCode) -> i8); > | ---------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:996:1 > | > 996 | windows_targets::link!("icu.dll" "cdecl" fn uregex_reset(regexp : *mut URegularExpression, index : i32, status : *mut UErrorCode)); > | ---------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:997:1 > | > 997 | windows_targets::link!("icu.dll" "cdecl" fn uregex_reset64(regexp : *mut URegularExpression, index : i64, status : *mut UErrorCode)); > | ------------------------------------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:998:1 > | > 998 | windows_targets::link!("icu.dll" "cdecl" fn uregex_setFindProgressCallback(regexp : *mut URegularExpression, callback : URegexFindProgressCallback, context : *const core::ffi::c_void, status : *mut UErrorCode)); > | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:999:1 > | > 999 | windows_targets::link!("icu.dll" "cdecl" fn uregex_setMatchCallback(regexp : *mut URegularExpression, callback : URegexMatchCallback, context : *const core::ffi::c_void, status : *mut UErrorCode)); > | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1000:1 > | > 1000 | windows_targets::link!("icu.dll" "cdecl" fn uregex_setRegion(regexp : *mut URegularExpression, regionstart : i32, regionlimit : i32, status : *mut UErrorCode)); > | --------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1001:1 > | > 1001 | windows_targets::link!("icu.dll" "cdecl" fn uregex_setRegion64(regexp : *mut URegularExpression, regionstart : i64, regionlimit : i64, status : *mut UErrorCode)); > | ----------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1002:1 > | > 1002 | windows_targets::link!("icu.dll" "cdecl" fn uregex_setRegionAndStart(regexp : *mut URegularExpression, regionstart : i64, regionlimit : i64, startindex : i64, status : *mut UErrorCode)); > | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1003:1 > | > 1003 | windows_targets::link!("icu.dll" "cdecl" fn uregex_setStackLimit(regexp : *mut URegularExpression, limit : i32, status : *mut UErrorCode)); > | ------------------------------------------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1004:1 > | > 1004 | windows_targets::link!("icu.dll" "cdecl" fn uregex_setText(regexp : *mut URegularExpression, text : *const u16, textlength : i32, status : *mut UErrorCode)); > | ------------------------------------------------------------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1005:1 > | > 1005 | windows_targets::link!("icu.dll" "cdecl" fn uregex_setTimeLimit(regexp : *mut URegularExpression, limit : i32, status : *mut UErrorCode)); > | ----------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1006:1 > | > 1006 | windows_targets::link!("icu.dll" "cdecl" fn uregex_setUText(regexp : *mut URegularExpression, text : *mut UText, status : *mut UErrorCode)); > | ------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1007:1 > | > 1007 | windows_targets::link!("icu...city : i32, status : *mut UErrorCode) -> i32); > | ---------------------------...--------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1008:1 > | > 1008 | windows_targets::link!("icu.dll" "cdecl" fn uregex_splitUText(regexp : *mut URegularExpression, destfields : *mut *mut UText, destfieldscapacity : i32, status : *mut UErrorCode) -> i32); > | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1009:1 > | > 1009 | windows_targets::link!("icu.dll" "cdecl" fn uregex_start(regexp : *mut URegularExpression, groupnum : i32, status : *mut UErrorCode) -> i32); > | -------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1010:1 > | > 1010 | windows_targets::link!("icu.dll" "cdecl" fn uregex_start64(regexp : *mut URegularExpression, groupnum : i32, status : *mut UErrorCode) -> i64); > | ---------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1011:1 > | > 1011 | windows_targets::link!("icu.dll" "cdecl" fn uregex_useAnchoringBounds(regexp : *mut URegularExpression, b : i8, status : *mut UErrorCode)); > | ------------------------------------------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1012:1 > | > 1012 | windows_targets::link!("icu.dll" "cdecl" fn uregex_useTransparentBounds(regexp : *mut URegularExpression, b : i8, status : *mut UErrorCode)); > | -------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1013:1 > | > 1013 | windows_targets::link!("icu.dll" "cdecl" fn uregion_areEqual(uregion : *const URegion, otherregion : *const URegion) -> i8); > | --------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1014:1 > | > 1014 | windows_targets::link!("icu.dll" "cdecl" fn uregion_contains(uregion : *const URegion, otherregion : *const URegion) -> i8); > | --------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1015:1 > | > 1015 | windows_targets::link!("icu.dll" "cdecl" fn uregion_getAvailable(r#type : URegionType, status : *mut UErrorCode) -> *mut UEnumeration); > | -------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1016:1 > | > 1016 | windows_targets::link!("icu.dll" "cdecl" fn uregion_getContainedRegions(uregion : *const URegion, status : *mut UErrorCode) -> *mut UEnumeration); > | ------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1017:1 > | > 1017 | windows_targets::link!("icu.dll" "cdecl" fn uregion_getContainedRegionsOfType(uregion : *const URegion, r#type : URegionType, status : *mut UErrorCode) -> *mut UEnumeration); > | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1018:1 > | > 1018 | windows_targets::link!("icu.dll" "cdecl" fn uregion_getContainingRegion(uregion : *const URegion) -> *mut URegion); > | ------------------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1019:1 > | > 1019 | windows_targets::link!("icu.dll" "cdecl" fn uregion_getContainingRegionOfType(uregion : *const URegion, r#type : URegionType) -> *mut URegion); > | ---------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1020:1 > | > 1020 | windows_targets::link!("icu.dll" "cdecl" fn uregion_getNumericCode(uregion : *const URegion) -> i32); > | ---------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1021:1 > | > 1021 | windows_targets::link!("icu.dll" "cdecl" fn uregion_getPreferredValues(uregion : *const URegion, status : *mut UErrorCode) -> *mut UEnumeration); > | ------------------------------------------------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1022:1 > | > 1022 | windows_targets::link!("icu.dll" "cdecl" fn uregion_getRegionCode(uregion : *const URegion) -> windows_sys::core::PCSTR); > | ------------------------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1023:1 > | > 1023 | windows_targets::link!("icu.dll" "cdecl" fn uregion_getRegionFromCode(regioncode : windows_sys::core::PCSTR, status : *mut UErrorCode) -> *mut URegion); > | ------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1024:1 > | > 1024 | windows_targets::link!("icu.dll" "cdecl" fn uregion_getRegionFromNumericCode(code : i32, status : *mut UErrorCode) -> *mut URegion); > | ----------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1025:1 > | > 1025 | windows_targets::link!("icu.dll" "cdecl" fn uregion_getType(uregion : *const URegion) -> URegionType); > | ----------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1026:1 > | > 1026 | windows_targets::link!("icu.dll" "cdecl" fn ureldatefmt_close(reldatefmt : *mut URelativeDateTimeFormatter)); > | ------------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1027:1 > | > 1027 | windows_targets::link!("icu.dll" "cdecl" fn ureldatefmt_closeResult(ufrdt : *mut UFormattedRelativeDateTime)); > | ------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1028:1 > | > 1028 | windows_targets::link!("icu...city : i32, status : *mut UErrorCode) -> i32); > | ---------------------------...--------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1029:1 > | > 1029 | windows_targets::link!("icu...city : i32, status : *mut UErrorCode) -> i32); > | ---------------------------...--------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1030:1 > | > 1030 | windows_targets::link!("icu...city : i32, status : *mut UErrorCode) -> i32); > | ---------------------------...--------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1031:1 > | > 1031 | windows_targets::link!("icu...dRelativeDateTime, status : *mut UErrorCode)); > | ---------------------------...--------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1032:1 > | > 1032 | windows_targets::link!("icu...dRelativeDateTime, status : *mut UErrorCode)); > | ---------------------------...--------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1033:1 > | > 1033 | windows_targets::link!("icu...rrorCode) -> *mut URelativeDateTimeFormatter); > | ---------------------------...--------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1034:1 > | > 1034 | windows_targets::link!("icu.dll" "cdecl" fn ureldatefmt_openResult(ec : *mut UErrorCode) -> *mut UFormattedRelativeDateTime); > | ---------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1035:1 > | > 1035 | windows_targets::link!("icu.dll" "cdecl" fn ureldatefmt_resultAsValue(ufrdt : *const UFormattedRelativeDateTime, ec : *mut UErrorCode) -> *mut UFormattedValue); > | --------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1036:1 > | > 1036 | windows_targets::link!("icu.dll" "cdecl" fn ures_close(resourcebundle : *mut UResourceBundle)); > | ---------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1037:1 > | > 1037 | windows_targets::link!("icu.dll" "cdecl" fn ures_getBinary(resourcebundle : *const UResourceBundle, len : *mut i32, status : *mut UErrorCode) -> *mut u8); > | --------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1038:1 > | > 1038 | windows_targets::link!("icu.dll" "cdecl" fn ures_getByIndex(resourcebundle : *const UResourceBundle, indexr : i32, fillin : *mut UResourceBundle, status : *mut UErrorCode) -> *mut UResourceBundle); > | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1039:1 > | > 1039 | windows_targets::link!("icu.dll" "cdecl" fn ures_getByKey(resourcebundle : *const UResourceBundle, key : windows_sys::core::PCSTR, fillin : *mut UResourceBundle, status : *mut UErrorCode) -> *mut UResourceBundle); > | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1040:1 > | > 1040 | windows_targets::link!("icu.dll" "cdecl" fn ures_getInt(resourcebundle : *const UResourceBundle, status : *mut UErrorCode) -> i32); > | ---------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1041:1 > | > 1041 | windows_targets::link!("icu.dll" "cdecl" fn ures_getIntVector(resourcebundle : *const UResourceBundle, len : *mut i32, status : *mut UErrorCode) -> *mut i32); > | ------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1042:1 > | > 1042 | windows_targets::link!("icu.dll" "cdecl" fn ures_getKey(resourcebundle : *const UResourceBundle) -> windows_sys::core::PCSTR); > | ----------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1043:1 > | > 1043 | windows_targets::link!("icu.dll" "cdecl" fn ures_getLocaleByType(resourcebundle : *const UResourceBundle, r#type : ULocDataLocaleType, status : *mut UErrorCode) -> windows_sys::core::PCSTR); > | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1044:1 > | > 1044 | windows_targets::link!("icu.dll" "cdecl" fn ures_getNextResource(resourcebundle : *mut UResourceBundle, fillin : *mut UResourceBundle, status : *mut UErrorCode) -> *mut UResourceBundle); > | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1045:1 > | > 1045 | windows_targets::link!("icu.dll" "cdecl" fn ures_getNextString(resourcebundle : *mut UResourceBundle, len : *mut i32, key : *const *const i8, status : *mut UErrorCode) -> *mut u16); > | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1046:1 > | > 1046 | windows_targets::link!("icu.dll" "cdecl" fn ures_getSize(resourcebundle : *const UResourceBundle) -> i32); > | --------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1047:1 > | > 1047 | windows_targets::link!("icu.dll" "cdecl" fn ures_getString(resourcebundle : *const UResourceBundle, len : *mut i32, status : *mut UErrorCode) -> *mut u16); > | ---------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1048:1 > | > 1048 | windows_targets::link!("icu.dll" "cdecl" fn ures_getStringByIndex(resourcebundle : *const UResourceBundle, indexs : i32, len : *mut i32, status : *mut UErrorCode) -> *mut u16); > | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1049:1 > | > 1049 | windows_targets::link!("icu.dll" "cdecl" fn ures_getStringByKey(resb : *const UResourceBundle, key : windows_sys::core::PCSTR, len : *mut i32, status : *mut UErrorCode) -> *mut u16); > | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1050:1 > | > 1050 | windows_targets::link!("icu.dll" "cdecl" fn ures_getType(resourcebundle : *const UResourceBundle) -> UResType); > | -------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1051:1 > | > 1051 | windows_targets::link!("icu.dll" "cdecl" fn ures_getUInt(resourcebundle : *const UResourceBundle, status : *mut UErrorCode) -> u32); > | ----------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1052:1 > | > 1052 | windows_targets::link!("icu.dll" "cdecl" fn ures_getUTF8String(resb : *const UResourceBundle, dest : windows_sys::core::PCSTR, length : *mut i32, forcecopy : i8, status : *mut UErrorCode) -> windows_sys::core::PCSTR); > | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1053:1 > | > 1053 | windows_targets::link!("icu...*mut UErrorCode) -> windows_sys::core::PCSTR); > | ---------------------------...--------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1054:1 > | > 1054 | windows_targets::link!("icu...*mut UErrorCode) -> windows_sys::core::PCSTR); > | ---------------------------...--------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1055:1 > | > 1055 | windows_targets::link!("icu.dll" "cdecl" fn ures_getVersion(resb : *const UResourceBundle, versioninfo : *mut u8)); > | ------------------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1056:1 > | > 1056 | windows_targets::link!("icu.dll" "cdecl" fn ures_hasNext(resourcebundle : *const UResourceBundle) -> i8); > | -------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1057:1 > | > 1057 | windows_targets::link!("icu.dll" "cdecl" fn ures_open(packagename : windows_sys::core::PCSTR, locale : windows_sys::core::PCSTR, status : *mut UErrorCode) -> *mut UResourceBundle); > | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1058:1 > | > 1058 | windows_targets::link!("icu.dll" "cdecl" fn ures_openAvailableLocales(packagename : windows_sys::core::PCSTR, status : *mut UErrorCode) -> *mut UEnumeration); > | ------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1059:1 > | > 1059 | windows_targets::link!("icu.dll" "cdecl" fn ures_openDirect(packagename : windows_sys::core::PCSTR, locale : windows_sys::core::PCSTR, status : *mut UErrorCode) -> *mut UResourceBundle); > | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1060:1 > | > 1060 | windows_targets::link!("icu.dll" "cdecl" fn ures_openU(packagename : *const u16, locale : windows_sys::core::PCSTR, status : *mut UErrorCode) -> *mut UResourceBundle); > | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1061:1 > | > 1061 | windows_targets::link!("icu.dll" "cdecl" fn ures_resetIterator(resourcebundle : *mut UResourceBundle)); > | ------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1062:1 > | > 1062 | windows_targets::link!("icu.dll" "cdecl" fn uscript_breaksBetweenLetters(script : UScriptCode) -> i8); > | ----------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1063:1 > | > 1063 | windows_targets::link!("icu.dll" "cdecl" fn uscript_getCode(nameorabbrorlocale : windows_sys::core::PCSTR, fillin : *mut UScriptCode, capacity : i32, err : *mut UErrorCode) -> i32); > | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1064:1 > | > 1064 | windows_targets::link!("icu.dll" "cdecl" fn uscript_getName(scriptcode : UScriptCode) -> windows_sys::core::PCSTR); > | ------------------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1065:1 > | > 1065 | windows_targets::link!("icu.dll" "cdecl" fn uscript_getSampleString(script : UScriptCode, dest : *mut u16, capacity : i32, perrorcode : *mut UErrorCode) -> i32); > | ---------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1066:1 > | > 1066 | windows_targets::link!("icu.dll" "cdecl" fn uscript_getScript(codepoint : i32, err : *mut UErrorCode) -> UScriptCode); > | --------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1067:1 > | > 1067 | windows_targets::link!("icu.dll" "cdecl" fn uscript_getScriptExtensions(c : i32, scripts : *mut UScriptCode, capacity : i32, errorcode : *mut UErrorCode) -> i32); > | ----------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1068:1 > | > 1068 | windows_targets::link!("icu.dll" "cdecl" fn uscript_getShortName(scriptcode : UScriptCode) -> windows_sys::core::PCSTR); > | ----------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1069:1 > | > 1069 | windows_targets::link!("icu.dll" "cdecl" fn uscript_getUsage(script : UScriptCode) -> UScriptUsage); > | --------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1070:1 > | > 1070 | windows_targets::link!("icu.dll" "cdecl" fn uscript_hasScript(c : i32, sc : UScriptCode) -> i8); > | ----------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1071:1 > | > 1071 | windows_targets::link!("icu.dll" "cdecl" fn uscript_isCased(script : UScriptCode) -> i8); > | ---------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1072:1 > | > 1072 | windows_targets::link!("icu.dll" "cdecl" fn uscript_isRightToLeft(script : UScriptCode) -> i8); > | ---------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1073:1 > | > 1073 | windows_targets::link!("icu.dll" "cdecl" fn usearch_close(searchiter : *mut UStringSearch)); > | ------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1074:1 > | > 1074 | windows_targets::link!("icu.dll" "cdecl" fn usearch_first(strsrch : *mut UStringSearch, status : *mut UErrorCode) -> i32); > | ------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1075:1 > | > 1075 | windows_targets::link!("icu.dll" "cdecl" fn usearch_following(strsrch : *mut UStringSearch, position : i32, status : *mut UErrorCode) -> i32); > | --------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1076:1 > | > 1076 | windows_targets::link!("icu.dll" "cdecl" fn usearch_getAttribute(strsrch : *const UStringSearch, attribute : USearchAttribute) -> USearchAttributeValue); > | -------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1077:1 > | > 1077 | windows_targets::link!("icu.dll" "cdecl" fn usearch_getBreakIterator(strsrch : *const UStringSearch) -> *mut UBreakIterator); > | ---------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1078:1 > | > 1078 | windows_targets::link!("icu.dll" "cdecl" fn usearch_getCollator(strsrch : *const UStringSearch) -> *mut UCollator); > | ------------------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1079:1 > | > 1079 | windows_targets::link!("icu.dll" "cdecl" fn usearch_getMatchedLength(strsrch : *const UStringSearch) -> i32); > | ------------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1080:1 > | > 1080 | windows_targets::link!("icu.dll" "cdecl" fn usearch_getMatchedStart(strsrch : *const UStringSearch) -> i32); > | ----------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1081:1 > | > 1081 | windows_targets::link!("icu.dll" "cdecl" fn usearch_getMatchedText(strsrch : *const UStringSearch, result : *mut u16, resultcapacity : i32, status : *mut UErrorCode) -> i32); > | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1082:1 > | > 1082 | windows_targets::link!("icu.dll" "cdecl" fn usearch_getOffset(strsrch : *const UStringSearch) -> i32); > | ----------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1083:1 > | > 1083 | windows_targets::link!("icu.dll" "cdecl" fn usearch_getPattern(strsrch : *const UStringSearch, length : *mut i32) -> *mut u16); > | ------------------------------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1084:1 > | > 1084 | windows_targets::link!("icu.dll" "cdecl" fn usearch_getText(strsrch : *const UStringSearch, length : *mut i32) -> *mut u16); > | --------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1085:1 > | > 1085 | windows_targets::link!("icu.dll" "cdecl" fn usearch_last(strsrch : *mut UStringSearch, status : *mut UErrorCode) -> i32); > | ------------------------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1086:1 > | > 1086 | windows_targets::link!("icu.dll" "cdecl" fn usearch_next(strsrch : *mut UStringSearch, status : *mut UErrorCode) -> i32); > | ------------------------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1087:1 > | > 1087 | windows_targets::link!("icu...tus : *mut UErrorCode) -> *mut UStringSearch); > | ---------------------------...--------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1088:1 > | > 1088 | windows_targets::link!("icu...tus : *mut UErrorCode) -> *mut UStringSearch); > | ---------------------------...--------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1089:1 > | > 1089 | windows_targets::link!("icu.dll" "cdecl" fn usearch_preceding(strsrch : *mut UStringSearch, position : i32, status : *mut UErrorCode) -> i32); > | --------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1090:1 > | > 1090 | windows_targets::link!("icu.dll" "cdecl" fn usearch_previous(strsrch : *mut UStringSearch, status : *mut UErrorCode) -> i32); > | ---------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1091:1 > | > 1091 | windows_targets::link!("icu.dll" "cdecl" fn usearch_reset(strsrch : *mut UStringSearch)); > | ---------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1092:1 > | > 1092 | windows_targets::link!("icu.dll" "cdecl" fn usearch_setAttribute(strsrch : *mut UStringSearch, attribute : USearchAttribute, value : USearchAttributeValue, status : *mut UErrorCode)); > | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1093:1 > | > 1093 | windows_targets::link!("icu.dll" "cdecl" fn usearch_setBreakIterator(strsrch : *mut UStringSearch, breakiter : *mut UBreakIterator, status : *mut UErrorCode)); > | -------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1094:1 > | > 1094 | windows_targets::link!("icu.dll" "cdecl" fn usearch_setCollator(strsrch : *mut UStringSearch, collator : *const UCollator, status : *mut UErrorCode)); > | ----------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1095:1 > | > 1095 | windows_targets::link!("icu.dll" "cdecl" fn usearch_setOffset(strsrch : *mut UStringSearch, position : i32, status : *mut UErrorCode)); > | -------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1096:1 > | > 1096 | windows_targets::link!("icu.dll" "cdecl" fn usearch_setPattern(strsrch : *mut UStringSearch, pattern : *const u16, patternlength : i32, status : *mut UErrorCode)); > | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1097:1 > | > 1097 | windows_targets::link!("icu.dll" "cdecl" fn usearch_setText(strsrch : *mut UStringSearch, text : *const u16, textlength : i32, status : *mut UErrorCode)); > | --------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1098:1 > | > 1098 | windows_targets::link!("icu.dll" "cdecl" fn uset_add(set : *mut USet, c : i32)); > | ------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1099:1 > | > 1099 | windows_targets::link!("icu.dll" "cdecl" fn uset_addAll(set : *mut USet, additionalset : *const USet)); > | ------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1100:1 > | > 1100 | windows_targets::link!("icu.dll" "cdecl" fn uset_addAllCodePoints(set : *mut USet, str : *const u16, strlen : i32)); > | ------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1101:1 > | > 1101 | windows_targets::link!("icu.dll" "cdecl" fn uset_addRange(set : *mut USet, start : i32, end : i32)); > | --------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1102:1 > | > 1102 | windows_targets::link!("icu.dll" "cdecl" fn uset_addString(set : *mut USet, str : *const u16, strlen : i32)); > | ------------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1103:1 > | > 1103 | windows_targets::link!("icu.dll" "cdecl" fn uset_applyIntPropertyValue(set : *mut USet, prop : UProperty, value : i32, ec : *mut UErrorCode)); > | --------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1104:1 > | > 1104 | windows_targets::link!("icu.dll" "cdecl" fn uset_applyPattern(set : *mut USet, pattern : *const u16, patternlength : i32, options : u32, status : *mut UErrorCode) -> i32); > | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1105:1 > | > 1105 | windows_targets::link!("icu.dll" "cdecl" fn uset_applyPropertyAlias(set : *mut USet, prop : *const u16, proplength : i32, value : *const u16, valuelength : i32, ec : *mut UErrorCode)); > | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1106:1 > | > 1106 | windows_targets::link!("icu.dll" "cdecl" fn uset_charAt(set : *const USet, charindex : i32) -> i32); > | --------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1107:1 > | > 1107 | windows_targets::link!("icu.dll" "cdecl" fn uset_clear(set : *mut USet)); > | ------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1108:1 > | > 1108 | windows_targets::link!("icu.dll" "cdecl" fn uset_clone(set : *const USet) -> *mut USet); > | --------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1109:1 > | > 1109 | windows_targets::link!("icu.dll" "cdecl" fn uset_cloneAsThawed(set : *const USet) -> *mut USet); > | ----------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1110:1 > | > 1110 | windows_targets::link!("icu.dll" "cdecl" fn uset_close(set : *mut USet)); > | ------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1111:1 > | > 1111 | windows_targets::link!("icu.dll" "cdecl" fn uset_closeOver(set : *mut USet, attributes : i32)); > | ---------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1112:1 > | > 1112 | windows_targets::link!("icu.dll" "cdecl" fn uset_compact(set : *mut USet)); > | -------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1113:1 > | > 1113 | windows_targets::link!("icu.dll" "cdecl" fn uset_complement(set : *mut USet)); > | ----------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1114:1 > | > 1114 | windows_targets::link!("icu.dll" "cdecl" fn uset_complementAll(set : *mut USet, complement : *const USet)); > | ---------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1115:1 > | > 1115 | windows_targets::link!("icu.dll" "cdecl" fn uset_contains(set : *const USet, c : i32) -> i8); > | -------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1116:1 > | > 1116 | windows_targets::link!("icu.dll" "cdecl" fn uset_containsAll(set1 : *const USet, set2 : *const USet) -> i8); > | ----------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1117:1 > | > 1117 | windows_targets::link!("icu.dll" "cdecl" fn uset_containsAllCodePoints(set : *const USet, str : *const u16, strlen : i32) -> i8); > | -------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1118:1 > | > 1118 | windows_targets::link!("icu.dll" "cdecl" fn uset_containsNone(set1 : *const USet, set2 : *const USet) -> i8); > | ------------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1119:1 > | > 1119 | windows_targets::link!("icu.dll" "cdecl" fn uset_containsRange(set : *const USet, start : i32, end : i32) -> i8); > | ---------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1120:1 > | > 1120 | windows_targets::link!("icu.dll" "cdecl" fn uset_containsSome(set1 : *const USet, set2 : *const USet) -> i8); > | ------------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1121:1 > | > 1121 | windows_targets::link!("icu.dll" "cdecl" fn uset_containsString(set : *const USet, str : *const u16, strlen : i32) -> i8); > | ------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1122:1 > | > 1122 | windows_targets::link!("icu.dll" "cdecl" fn uset_equals(set1 : *const USet, set2 : *const USet) -> i8); > | ------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1123:1 > | > 1123 | windows_targets::link!("icu.dll" "cdecl" fn uset_freeze(set : *mut USet)); > | ------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1124:1 > | > 1124 | windows_targets::link!("icu.dll" "cdecl" fn uset_getItem(set : *const USet, itemindex : i32, start : *mut i32, end : *mut i32, str : *mut u16, strcapacity : i32, ec : *mut UErrorCode) -> i32); > | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1125:1 > | > 1125 | windows_targets::link!("icu.dll" "cdecl" fn uset_getItemCount(set : *const USet) -> i32); > | ---------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1126:1 > | > 1126 | windows_targets::link!("icu.dll" "cdecl" fn uset_getSerializedRange(set : *const USerializedSet, rangeindex : i32, pstart : *mut i32, pend : *mut i32) -> i8); > | ------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1127:1 > | > 1127 | windows_targets::link!("icu.dll" "cdecl" fn uset_getSerializedRangeCount(set : *const USerializedSet) -> i32); > | ------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1128:1 > | > 1128 | windows_targets::link!("icu.dll" "cdecl" fn uset_getSerializedSet(fillset : *mut USerializedSet, src : *const u16, srclength : i32) -> i8); > | ------------------------------------------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1129:1 > | > 1129 | windows_targets::link!("icu.dll" "cdecl" fn uset_indexOf(set : *const USet, c : i32) -> i32); > | -------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1130:1 > | > 1130 | windows_targets::link!("icu.dll" "cdecl" fn uset_isEmpty(set : *const USet) -> i8); > | ---------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1131:1 > | > 1131 | windows_targets::link!("icu.dll" "cdecl" fn uset_isFrozen(set : *const USet) -> i8); > | ----------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1132:1 > | > 1132 | windows_targets::link!("icu.dll" "cdecl" fn uset_open(start : i32, end : i32) -> *mut USet); > | ------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1133:1 > | > 1133 | windows_targets::link!("icu.dll" "cdecl" fn uset_openEmpty() -> *mut USet); > | -------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1134:1 > | > 1134 | windows_targets::link!("icu.dll" "cdecl" fn uset_openPattern(pattern : *const u16, patternlength : i32, ec : *mut UErrorCode) -> *mut USet); > | ------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1135:1 > | > 1135 | windows_targets::link!("icu.dll" "cdecl" fn uset_openPatternOptions(pattern : *const u16, patternlength : i32, options : u32, ec : *mut UErrorCode) -> *mut USet); > | ----------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1136:1 > | > 1136 | windows_targets::link!("icu.dll" "cdecl" fn uset_remove(set : *mut USet, c : i32)); > | ---------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1137:1 > | > 1137 | windows_targets::link!("icu.dll" "cdecl" fn uset_removeAll(set : *mut USet, removeset : *const USet)); > | ----------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1138:1 > | > 1138 | windows_targets::link!("icu.dll" "cdecl" fn uset_removeAllStrings(set : *mut USet)); > | ----------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1139:1 > | > 1139 | windows_targets::link!("icu.dll" "cdecl" fn uset_removeRange(set : *mut USet, start : i32, end : i32)); > | ------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1140:1 > | > 1140 | windows_targets::link!("icu.dll" "cdecl" fn uset_removeString(set : *mut USet, str : *const u16, strlen : i32)); > | --------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1141:1 > | > 1141 | windows_targets::link!("icu.dll" "cdecl" fn uset_resemblesPattern(pattern : *const u16, patternlength : i32, pos : i32) -> i8); > | ------------------------------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1142:1 > | > 1142 | windows_targets::link!("icu.dll" "cdecl" fn uset_retain(set : *mut USet, start : i32, end : i32)); > | ------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1143:1 > | > 1143 | windows_targets::link!("icu.dll" "cdecl" fn uset_retainAll(set : *mut USet, retain : *const USet)); > | -------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1144:1 > | > 1144 | windows_targets::link!("icu.dll" "cdecl" fn uset_serialize(set : *const USet, dest : *mut u16, destcapacity : i32, perrorcode : *mut UErrorCode) -> i32); > | -------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1145:1 > | > 1145 | windows_targets::link!("icu.dll" "cdecl" fn uset_serializedContains(set : *const USerializedSet, c : i32) -> i8); > | ---------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1146:1 > | > 1146 | windows_targets::link!("icu.dll" "cdecl" fn uset_set(set : *mut USet, start : i32, end : i32)); > | ---------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1147:1 > | > 1147 | windows_targets::link!("icu.dll" "cdecl" fn uset_setSerializedToOne(fillset : *mut USerializedSet, c : i32)); > | ------------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1148:1 > | > 1148 | windows_targets::link!("icu.dll" "cdecl" fn uset_size(set : *const USet) -> i32); > | -------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1149:1 > | > 1149 | windows_targets::link!("icu.dll" "cdecl" fn uset_span(set : *const USet, s : *const u16, length : i32, spancondition : USetSpanCondition) -> i32); > | ------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1150:1 > | > 1150 | windows_targets::link!("icu.dll" "cdecl" fn uset_spanBack(set : *const USet, s : *const u16, length : i32, spancondition : USetSpanCondition) -> i32); > | ----------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1151:1 > | > 1151 | windows_targets::link!("icu.dll" "cdecl" fn uset_spanBackUTF8(set : *const USet, s : windows_sys::core::PCSTR, length : i32, spancondition : USetSpanCondition) -> i32); > | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1152:1 > | > 1152 | windows_targets::link!("icu.dll" "cdecl" fn uset_spanUTF8(set : *const USet, s : windows_sys::core::PCSTR, length : i32, spancondition : USetSpanCondition) -> i32); > | ------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1153:1 > | > 1153 | windows_targets::link!("icu.dll" "cdecl" fn uset_toPattern(set : *const USet, result : *mut u16, resultcapacity : i32, escapeunprintable : i8, ec : *mut UErrorCode) -> i32); > | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1154:1 > | > 1154 | windows_targets::link!("icu.dll" "cdecl" fn uspoof_areConfusable(sc : *const USpoofChecker, id1 : *const u16, length1 : i32, id2 : *const u16, length2 : i32, status : *mut UErrorCode) -> i32); > | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1155:1 > | > 1155 | windows_targets::link!("icu...gth2 : i32, status : *mut UErrorCode) -> i32); > | ---------------------------...--------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1156:1 > | > 1156 | windows_targets::link!("icu.dll" "cdecl" fn uspoof_check(sc : *const USpoofChecker, id : *const u16, length : i32, position : *mut i32, status : *mut UErrorCode) -> i32); > | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1157:1 > | > 1157 | windows_targets::link!("icu.dll" "cdecl" fn uspoof_check2(sc : *const USpoofChecker, id : *const u16, length : i32, checkresult : *mut USpoofCheckResult, status : *mut UErrorCode) -> i32); > | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1158:1 > | > 1158 | windows_targets::link!("icu.dll" "cdecl" fn uspoof_check2UTF8(sc : *const USpoofChecker, id : windows_sys::core::PCSTR, length : i32, checkresult : *mut USpoofCheckResult, status : *mut UErrorCode) -> i32); > | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1159:1 > | > 1159 | windows_targets::link!("icu.dll" "cdecl" fn uspoof_checkUTF8(sc : *const USpoofChecker, id : windows_sys::core::PCSTR, length : i32, position : *mut i32, status : *mut UErrorCode) -> i32); > | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1160:1 > | > 1160 | windows_targets::link!("icu.dll" "cdecl" fn uspoof_clone(sc : *const USpoofChecker, status : *mut UErrorCode) -> *mut USpoofChecker); > | ------------------------------------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1161:1 > | > 1161 | windows_targets::link!("icu.dll" "cdecl" fn uspoof_close(sc : *mut USpoofChecker)); > | ---------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1162:1 > | > 1162 | windows_targets::link!("icu.dll" "cdecl" fn uspoof_closeCheckResult(checkresult : *mut USpoofCheckResult)); > | ---------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1163:1 > | > 1163 | windows_targets::link!("icu.dll" "cdecl" fn uspoof_getAllowedChars(sc : *const USpoofChecker, status : *mut UErrorCode) -> *mut USet); > | ------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1164:1 > | > 1164 | windows_targets::link!("icu.dll" "cdecl" fn uspoof_getAllowedLocales(sc : *mut USpoofChecker, status : *mut UErrorCode) -> windows_sys::core::PCSTR); > | ---------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1165:1 > | > 1165 | windows_targets::link!("icu.dll" "cdecl" fn uspoof_getCheckResultChecks(checkresult : *const USpoofCheckResult, status : *mut UErrorCode) -> i32); > | ------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1166:1 > | > 1166 | windows_targets::link!("icu.dll" "cdecl" fn uspoof_getCheckResultNumerics(checkresult : *const USpoofCheckResult, status : *mut UErrorCode) -> *mut USet); > | --------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1167:1 > | > 1167 | windows_targets::link!("icu.dll" "cdecl" fn uspoof_getCheckResultRestrictionLevel(checkresult : *const USpoofCheckResult, status : *mut UErrorCode) -> URestrictionLevel); > | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1168:1 > | > 1168 | windows_targets::link!("icu.dll" "cdecl" fn uspoof_getChecks(sc : *const USpoofChecker, status : *mut UErrorCode) -> i32); > | ------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1169:1 > | > 1169 | windows_targets::link!("icu.dll" "cdecl" fn uspoof_getInclusionSet(status : *mut UErrorCode) -> *mut USet); > | ---------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1170:1 > | > 1170 | windows_targets::link!("icu.dll" "cdecl" fn uspoof_getRecommendedSet(status : *mut UErrorCode) -> *mut USet); > | ------------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1171:1 > | > 1171 | windows_targets::link!("icu.dll" "cdecl" fn uspoof_getRestrictionLevel(sc : *const USpoofChecker) -> URestrictionLevel); > | ----------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1172:1 > | > 1172 | windows_targets::link!("icu.dll" "cdecl" fn uspoof_getSkeleton(sc : *const USpoofChecker, r#type : u32, id : *const u16, length : i32, dest : *mut u16, destcapacity : i32, status : *mut UErrorCode) -> i32); > | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1173:1 > | > 1173 | windows_targets::link!("icu...city : i32, status : *mut UErrorCode) -> i32); > | ---------------------------...--------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1174:1 > | > 1174 | windows_targets::link!("icu.dll" "cdecl" fn uspoof_open(status : *mut UErrorCode) -> *mut USpoofChecker); > | -------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1175:1 > | > 1175 | windows_targets::link!("icu.dll" "cdecl" fn uspoof_openCheckResult(status : *mut UErrorCode) -> *mut USpoofCheckResult); > | ----------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1176:1 > | > 1176 | windows_targets::link!("icu.dll" "cdecl" fn uspoof_openFromSerialized(data : *const core::ffi::c_void, length : i32, pactuallength : *mut i32, perrorcode : *mut UErrorCode) -> *mut USpoofChecker); > | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1177:1 > | > 1177 | windows_targets::link!("icu...tus : *mut UErrorCode) -> *mut USpoofChecker); > | ---------------------------...--------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1178:1 > | > 1178 | windows_targets::link!("icu.dll" "cdecl" fn uspoof_serialize(sc : *mut USpoofChecker, data : *mut core::ffi::c_void, capacity : i32, status : *mut UErrorCode) -> i32); > | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1179:1 > | > 1179 | windows_targets::link!("icu.dll" "cdecl" fn uspoof_setAllowedChars(sc : *mut USpoofChecker, chars : *const USet, status : *mut UErrorCode)); > | ------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1180:1 > | > 1180 | windows_targets::link!("icu.dll" "cdecl" fn uspoof_setAllowedLocales(sc : *mut USpoofChecker, localeslist : windows_sys::core::PCSTR, status : *mut UErrorCode)); > | ---------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1181:1 > | > 1181 | windows_targets::link!("icu.dll" "cdecl" fn uspoof_setChecks(sc : *mut USpoofChecker, checks : i32, status : *mut UErrorCode)); > | ------------------------------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1182:1 > | > 1182 | windows_targets::link!("icu.dll" "cdecl" fn uspoof_setRestrictionLevel(sc : *mut USpoofChecker, restrictionlevel : URestrictionLevel)); > | -------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1183:1 > | > 1183 | windows_targets::link!("icu.dll" "cdecl" fn usprep_close(profile : *mut UStringPrepProfile)); > | -------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1184:1 > | > 1184 | windows_targets::link!("icu.dll" "cdecl" fn usprep_open(path : windows_sys::core::PCSTR, filename : windows_sys::core::PCSTR, status : *mut UErrorCode) -> *mut UStringPrepProfile); > | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1185:1 > | > 1185 | windows_targets::link!("icu.dll" "cdecl" fn usprep_openByType(r#type : UStringPrepProfileType, status : *mut UErrorCode) -> *mut UStringPrepProfile); > | ---------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1186:1 > | > 1186 | windows_targets::link!("icu...ParseError, status : *mut UErrorCode) -> i32); > | ---------------------------...--------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1187:1 > | > 1187 | windows_targets::link!("icu.dll" "cdecl" fn utext_char32At(ut : *mut UText, nativeindex : i64) -> i32); > | ------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1188:1 > | > 1188 | windows_targets::link!("icu.dll" "cdecl" fn utext_clone(dest : *mut UText, src : *const UText, deep : i8, readonly : i8, status : *mut UErrorCode) -> *mut UText); > | ----------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1189:1 > | > 1189 | windows_targets::link!("icu.dll" "cdecl" fn utext_close(ut : *mut UText) -> *mut UText); > | --------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1190:1 > | > 1190 | windows_targets::link!("icu.dll" "cdecl" fn utext_copy(ut : *mut UText, nativestart : i64, nativelimit : i64, destindex : i64, r#move : i8, status : *mut UErrorCode)); > | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1191:1 > | > 1191 | windows_targets::link!("icu.dll" "cdecl" fn utext_current32(ut : *mut UText) -> i32); > | ------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1192:1 > | > 1192 | windows_targets::link!("icu.dll" "cdecl" fn utext_equals(a : *const UText, b : *const UText) -> i8); > | --------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1193:1 > | > 1193 | windows_targets::link!("icu.dll" "cdecl" fn utext_extract(ut : *mut UText, nativestart : i64, nativelimit : i64, dest : *mut u16, destcapacity : i32, status : *mut UErrorCode) -> i32); > | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1194:1 > | > 1194 | windows_targets::link!("icu.dll" "cdecl" fn utext_freeze(ut : *mut UText)); > | -------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1195:1 > | > 1195 | windows_targets::link!("icu.dll" "cdecl" fn utext_getNativeIndex(ut : *const UText) -> i64); > | ------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1196:1 > | > 1196 | windows_targets::link!("icu.dll" "cdecl" fn utext_getPreviousNativeIndex(ut : *mut UText) -> i64); > | ------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1197:1 > | > 1197 | windows_targets::link!("icu.dll" "cdecl" fn utext_hasMetaData(ut : *const UText) -> i8); > | --------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1198:1 > | > 1198 | windows_targets::link!("icu.dll" "cdecl" fn utext_isLengthExpensive(ut : *const UText) -> i8); > | --------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1199:1 > | > 1199 | windows_targets::link!("icu.dll" "cdecl" fn utext_isWritable(ut : *const UText) -> i8); > | -------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1200:1 > | > 1200 | windows_targets::link!("icu.dll" "cdecl" fn utext_moveIndex32(ut : *mut UText, delta : i32) -> i8); > | -------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1201:1 > | > 1201 | windows_targets::link!("icu.dll" "cdecl" fn utext_nativeLength(ut : *mut UText) -> i64); > | --------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1202:1 > | > 1202 | windows_targets::link!("icu.dll" "cdecl" fn utext_next32(ut : *mut UText) -> i32); > | --------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1203:1 > | > 1203 | windows_targets::link!("icu.dll" "cdecl" fn utext_next32From(ut : *mut UText, nativeindex : i64) -> i32); > | -------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1204:1 > | > 1204 | windows_targets::link!("icu.dll" "cdecl" fn utext_openUChars(ut : *mut UText, s : *const u16, length : i64, status : *mut UErrorCode) -> *mut UText); > | ---------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1205:1 > | > 1205 | windows_targets::link!("icu.dll" "cdecl" fn utext_openUTF8(ut : *mut UText, s : windows_sys::core::PCSTR, length : i64, status : *mut UErrorCode) -> *mut UText); > | ---------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1206:1 > | > 1206 | windows_targets::link!("icu.dll" "cdecl" fn utext_previous32(ut : *mut UText) -> i32); > | ------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1207:1 > | > 1207 | windows_targets::link!("icu.dll" "cdecl" fn utext_previous32From(ut : *mut UText, nativeindex : i64) -> i32); > | ------------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1208:1 > | > 1208 | windows_targets::link!("icu.dll" "cdecl" fn utext_replace(ut : *mut UText, nativestart : i64, nativelimit : i64, replacementtext : *const u16, replacementlength : i32, status : *mut UErrorCode) -> i32); > | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1209:1 > | > 1209 | windows_targets::link!("icu.dll" "cdecl" fn utext_setNativeIndex(ut : *mut UText, nativeindex : i64)); > | ----------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1210:1 > | > 1210 | windows_targets::link!("icu.dll" "cdecl" fn utext_setup(ut : *mut UText, extraspace : i32, status : *mut UErrorCode) -> *mut UText); > | ----------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1211:1 > | > 1211 | windows_targets::link!("icu.dll" "cdecl" fn utf8_appendCharSafeBody(s : *mut u8, i : i32, length : i32, c : i32, piserror : *mut i8) -> i32); > | -------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1212:1 > | > 1212 | windows_targets::link!("icu.dll" "cdecl" fn utf8_back1SafeBody(s : *const u8, start : i32, i : i32) -> i32); > | ----------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1213:1 > | > 1213 | windows_targets::link!("icu.dll" "cdecl" fn utf8_nextCharSafeBody(s : *const u8, pi : *mut i32, length : i32, c : i32, strict : i8) -> i32); > | ------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1214:1 > | > 1214 | windows_targets::link!("icu.dll" "cdecl" fn utf8_prevCharSafeBody(s : *const u8, start : i32, pi : *mut i32, c : i32, strict : i8) -> i32); > | ------------------------------------------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1215:1 > | > 1215 | windows_targets::link!("icu.dll" "cdecl" fn utmscale_fromInt64(othertime : i64, timescale : UDateTimeScale, status : *mut UErrorCode) -> i64); > | --------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1216:1 > | > 1216 | windows_targets::link!("icu.dll" "cdecl" fn utmscale_getTimeScaleValue(timescale : UDateTimeScale, value : UTimeScaleValue, status : *mut UErrorCode) -> i64); > | ------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1217:1 > | > 1217 | windows_targets::link!("icu.dll" "cdecl" fn utmscale_toInt64(universaltime : i64, timescale : UDateTimeScale, status : *mut UErrorCode) -> i64); > | ----------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1218:1 > | > 1218 | windows_targets::link!("icu.dll" "cdecl" fn utrace_format(outbuf : windows_sys::core::PCSTR, capacity : i32, indent : i32, fmt : windows_sys::core::PCSTR, ...) -> i32); > | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1219:1 > | > 1219 | windows_targets::link!("icu.dll" "cdecl" fn utrace_functionName(fnnumber : i32) -> windows_sys::core::PCSTR); > | ------------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1220:1 > | > 1220 | windows_targets::link!("icu.dll" "cdecl" fn utrace_getFunctions(context : *const *const core::ffi::c_void, e : *mut UTraceEntry, x : *mut UTraceExit, d : *mut UTraceData)); > | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1221:1 > | > 1221 | windows_targets::link!("icu.dll" "cdecl" fn utrace_getLevel() -> i32); > | --------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1222:1 > | > 1222 | windows_targets::link!("icu.dll" "cdecl" fn utrace_setFunctions(context : *const core::ffi::c_void, e : UTraceEntry, x : UTraceExit, d : UTraceData)); > | ----------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1223:1 > | > 1223 | windows_targets::link!("icu.dll" "cdecl" fn utrace_setLevel(tracelevel : i32)); > | ------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1224:1 > | > 1224 | windows_targets::link!("icu.dll" "cdecl" fn utrace_vformat(outbuf : windows_sys::core::PCSTR, capacity : i32, indent : i32, fmt : windows_sys::core::PCSTR, args : *mut i8) -> i32); > | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1225:1 > | > 1225 | windows_targets::link!("icu.dll" "cdecl" fn utrans_clone(trans : *const *const core::ffi::c_void, status : *mut UErrorCode) -> *mut *mut core::ffi::c_void); > | ----------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1226:1 > | > 1226 | windows_targets::link!("icu.dll" "cdecl" fn utrans_close(trans : *mut *mut core::ffi::c_void)); > | ---------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1227:1 > | > 1227 | windows_targets::link!("icu.dll" "cdecl" fn utrans_countAvailableIDs() -> i32); > | ------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1228:1 > | > 1228 | windows_targets::link!("icu.dll" "cdecl" fn utrans_getSourceSet(trans : *const *const core::ffi::c_void, ignorefilter : i8, fillin : *mut USet, status : *mut UErrorCode) -> *mut USet); > | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1229:1 > | > 1229 | windows_targets::link!("icu.dll" "cdecl" fn utrans_getUnicodeID(trans : *const *const core::ffi::c_void, resultlength : *mut i32) -> *mut u16); > | ---------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1230:1 > | > 1230 | windows_targets::link!("icu.dll" "cdecl" fn utrans_openIDs(perrorcode : *mut UErrorCode) -> *mut UEnumeration); > | -------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1231:1 > | > 1231 | windows_targets::link!("icu.dll" "cdecl" fn utrans_openInverse(trans : *const *const core::ffi::c_void, status : *mut UErrorCode) -> *mut *mut core::ffi::c_void); > | ----------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1232:1 > | > 1232 | windows_targets::link!("icu...t UErrorCode) -> *mut *mut core::ffi::c_void); > | ---------------------------...--------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1233:1 > | > 1233 | windows_targets::link!("icu.dll" "cdecl" fn utrans_register(adoptedtrans : *mut *mut core::ffi::c_void, status : *mut UErrorCode)); > | ---------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1234:1 > | > 1234 | windows_targets::link!("icu.dll" "cdecl" fn utrans_setFilter(trans : *mut *mut core::ffi::c_void, filterpattern : *const u16, filterpatternlen : i32, status : *mut UErrorCode)); > | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1235:1 > | > 1235 | windows_targets::link!("icu.dll" "cdecl" fn utrans_toRules(trans : *const *const core::ffi::c_void, escapeunprintable : i8, result : *mut u16, resultlength : i32, status : *mut UErrorCode) -> i32); > | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1236:1 > | > 1236 | windows_targets::link!("icu... limit : *mut i32, status : *mut UErrorCode)); > | ---------------------------...--------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1237:1 > | > 1237 | windows_targets::link!("icu...ut UTransPosition, status : *mut UErrorCode)); > | ---------------------------...--------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1238:1 > | > 1238 | windows_targets::link!("icu...ut UTransPosition, status : *mut UErrorCode)); > | ---------------------------...--------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1239:1 > | > 1239 | windows_targets::link!("icu... limit : *mut i32, status : *mut UErrorCode)); > | ---------------------------...--------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Globalization\mod.rs:1240:1 > | > 1240 | windows_targets::link!("icu.dll" "cdecl" fn utrans_unregisterID(id : *const u16, idlength : i32)); > | ------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Graphics\Gdi\mod.rs:53:1 > | > 53 | windows_targets::link!("fontsu...pvreserved : *mut core::ffi::c_void) -> u32); > | ------------------------------...-------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Graphics\Gdi\mod.rs:264:1 > | > 264 | windows_targets::link!("fonts...lpvreserved : *mut core::ffi::c_void) -> u32); > | -----------------------------...--------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Media\Multimedia\mod.rs:23:1 > | > 23 | windows_targets::link!("avifil...OPTIONS, ...) -> windows_sys::core::HRESULT); > | ------------------------------...-------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Media\Multimedia\mod.rs:28:1 > | > 28 | windows_targets::link!("avifil...OPTIONS, ...) -> windows_sys::core::HRESULT); > | ------------------------------...-------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Media\Multimedia\mod.rs:99:1 > | > 99 | windows_targets::link!("msvfw3..., lpprev : *const core::ffi::c_void) -> u32); > | ------------------------------...-------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Media\Multimedia\mod.rs:105:1 > | > 105 | windows_targets::link!("msvfw...DER, lpbits : *mut core::ffi::c_void) -> u32); > | -----------------------------...--------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Media\Multimedia\mod.rs:106:1 > | > 106 | windows_targets::link!("msvfw32.dll" "cdecl" fn ICDraw(hic : HIC, dwflags : u32, lpformat : *const core::ffi::c_void, lpdata : *const core::ffi::c_void, cbdata : u32, ltime : i32) -> u32); > | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Media\Multimedia\mod.rs:108:1 > | > 108 | windows_targets::link!("msvfw...c : i32, dwrate : u32, dwscale : u32) -> u32); > | -----------------------------...--------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Media\Multimedia\mod.rs:130:1 > | > 130 | windows_targets::link!("msvfw...e::PCSTR) -> super::super::Foundation:: HWND); > | -----------------------------...--------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Media\Multimedia\mod.rs:131:1 > | > 131 | windows_targets::link!("msvfw...::PCWSTR) -> super::super::Foundation:: HWND); > | -----------------------------...--------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Media\Multimedia\mod.rs:132:1 > | > 132 | windows_targets::link!("msvfw32.dll" "cdecl" fn MCIWndRegisterClass() -> super::super::Foundation:: BOOL); > | --------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\NetworkManagement\NetManagement\mod.rs:152:1 > | > 152 | windows_targets::link!("rtutils.dll" "cdecl" fn RouterLogEventExA(hloghandle : super::super::Foundation:: HANDLE, dweventtype : u32, dwerrorcode : u32, dwmessageid : u32, ptszformat : windows_sys::core::PCSTR, ...)); > | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\NetworkManagement\NetManagement\mod.rs:153:1 > | > 153 | windows_targets::link!("rtutils.dll" "cdecl" fn RouterLogEventExW(hloghandle : super::super::Foundation:: HANDLE, dweventtype : u32, dwerrorcode : u32, dwmessageid : u32, ptszformat : windows_sys::core::PCWSTR, ...)); > | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\NetworkManagement\NetManagement\mod.rs:170:1 > | > 170 | windows_targets::link!("rtutils.dll" "cdecl" fn TracePrintfA(dwtraceid : u32, lpszformat : windows_sys::core::PCSTR, ...) -> u32); > | --------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\NetworkManagement\NetManagement\mod.rs:171:1 > | > 171 | windows_targets::link!("rtutils.dll" "cdecl" fn TracePrintfExA(dwtraceid : u32, dwflags : u32, lpszformat : windows_sys::core::PCSTR, ...) -> u32); > | -------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\NetworkManagement\NetManagement\mod.rs:172:1 > | > 172 | windows_targets::link!("rtutils.dll" "cdecl" fn TracePrintfExW(dwtraceid : u32, dwflags : u32, lpszformat : windows_sys::core::PCWSTR, ...) -> u32); > | --------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\NetworkManagement\NetManagement\mod.rs:173:1 > | > 173 | windows_targets::link!("rtutils.dll" "cdecl" fn TracePrintfW(dwtraceid : u32, lpszformat : windows_sys::core::PCWSTR, ...) -> u32); > | ---------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\NetworkManagement\NetShell\mod.rs:4:1 > | > 4 | windows_targets::link!("netsh.dll" "cdecl" fn PrintError(hmodule : super::super::Foundation:: HANDLE, dwerrid : u32, ...) -> u32); > | --------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\NetworkManagement\NetShell\mod.rs:5:1 > | > 5 | windows_targets::link!("netsh.dll" "cdecl" fn PrintMessage(pwszformat : windows_sys::core::PCWSTR, ...) -> u32); > | --------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\NetworkManagement\NetShell\mod.rs:6:1 > | > 6 | windows_targets::link!("netsh.dll" "cdecl" fn PrintMessageFromModule(hmodule : super::super::Foundation:: HANDLE, dwmsgid : u32, ...) -> u32); > | --------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\NetworkManagement\Snmp\mod.rs:64:1 > | > 64 | windows_targets::link!("snmpapi.dll" "cdecl" fn SnmpUtilDbgPrint(nloglevel : SNMP_LOG, szformat : windows_sys::core::PCSTR, ...)); > | --------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:1:1 > | > 1 | windows_targets::link!("wldap32.dll" "cdecl" fn LdapGetLastError() -> u32); > | -------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:2:1 > | > 2 | windows_targets::link!("wldap32.dll" "cdecl" fn LdapMapErrorToWin32(ldaperror : u32) -> super::super::Foundation:: WIN32_ERROR); > | ------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:3:1 > | > 3 | windows_targets::link!("wldap32.dll" "cdecl" fn LdapUTF8ToUnicode(lpsrcstr : windows_sys::core::PCSTR, cchsrc : i32, lpdeststr : windows_sys::core::PWSTR, cchdest : i32) -> i32); > | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:4:1 > | > 4 | windows_targets::link!("wldap32.dll" "cdecl" fn LdapUnicodeToUTF8(lpsrcstr : windows_sys::core::PCWSTR, cchsrc : i32, lpdeststr : windows_sys::core::PSTR, cchdest : i32) -> i32); > | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:5:1 > | > 5 | windows_targets::link!("wldap32.dll" "cdecl" fn ber_alloc_t(options : i32) -> *mut BerElement); > | ---------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:6:1 > | > 6 | windows_targets::link!("wldap32.dll" "cdecl" fn ber_bvdup(pberval : *mut LDAP_BERVAL) -> *mut LDAP_BERVAL); > | ---------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:7:1 > | > 7 | windows_targets::link!("wldap32.dll" "cdecl" fn ber_bvecfree(pberval : *mut *mut LDAP_BERVAL)); > | ---------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:8:1 > | > 8 | windows_targets::link!("wldap32.dll" "cdecl" fn ber_bvfree(bv : *mut LDAP_BERVAL)); > | ---------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:9:1 > | > 9 | windows_targets::link!("wldap32.dll" "cdecl" fn ber_first_element(pberelement : *mut BerElement, plen : *mut u32, ppopaque : *mut *mut i8) -> u32); > | -------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:10:1 > | > 10 | windows_targets::link!("wldap32.dll" "cdecl" fn ber_flatten(pberelement : *mut BerElement, pberval : *mut *mut LDAP_BERVAL) -> i32); > | ----------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:11:1 > | > 11 | windows_targets::link!("wldap32.dll" "cdecl" fn ber_free(pberelement : *mut BerElement, fbuf : i32)); > | ---------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:12:1 > | > 12 | windows_targets::link!("wldap32.dll" "cdecl" fn ber_init(pberval : *mut LDAP_BERVAL) -> *mut BerElement); > | -------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:13:1 > | > 13 | windows_targets::link!("wldap32.dll" "cdecl" fn ber_next_element(pberelement : *mut BerElement, plen : *mut u32, opaque : windows_sys::core::PCSTR) -> u32); > | ----------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:14:1 > | > 14 | windows_targets::link!("wldap32.dll" "cdecl" fn ber_peek_tag(pberelement : *mut BerElement, plen : *mut u32) -> u32); > | -------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:15:1 > | > 15 | windows_targets::link!("wldap32.dll" "cdecl" fn ber_printf(pberelement : *mut BerElement, fmt : windows_sys::core::PCSTR, ...) -> i32); > | -------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:16:1 > | > 16 | windows_targets::link!("wldap32.dll" "cdecl" fn ber_scanf(pberelement : *mut BerElement, fmt : windows_sys::core::PCSTR, ...) -> u32); > | ------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:17:1 > | > 17 | windows_targets::link!("wldap32.dll" "cdecl" fn ber_skip_tag(pberelement : *mut BerElement, plen : *mut u32) -> u32); > | -------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:18:1 > | > 18 | windows_targets::link!("wldap32.dll" "cdecl" fn cldap_open(hostname : windows_sys::core::PCSTR, portnumber : u32) -> *mut LDAP); > | ------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:19:1 > | > 19 | windows_targets::link!("wldap32.dll" "cdecl" fn cldap_openA(hostname : windows_sys::core::PCSTR, portnumber : u32) -> *mut LDAP); > | -------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:20:1 > | > 20 | windows_targets::link!("wldap32.dll" "cdecl" fn cldap_openW(hostname : windows_sys::core::PCWSTR, portnumber : u32) -> *mut LDAP); > | --------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:21:1 > | > 21 | windows_targets::link!("wldap32.dll" "cdecl" fn ldap_abandon(ld : *mut LDAP, msgid : u32) -> u32); > | ------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:22:1 > | > 22 | windows_targets::link!("wldap32.dll" "cdecl" fn ldap_add(ld : *mut LDAP, dn : windows_sys::core::PCSTR, attrs : *mut *mut LDAPModA) -> u32); > | ------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:23:1 > | > 23 | windows_targets::link!("wldap32.dll" "cdecl" fn ldap_addA(ld : *mut LDAP, dn : windows_sys::core::PCSTR, attrs : *mut *mut LDAPModA) -> u32); > | -------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:24:1 > | > 24 | windows_targets::link!("wldap32.dll" "cdecl" fn ldap_addW(ld : *mut LDAP, dn : windows_sys::core::PCWSTR, attrs : *mut *mut LDAPModW) -> u32); > | --------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:25:1 > | > 25 | windows_targets::link!("wldap3...PControlA, messagenumber : *mut u32) -> u32); > | ------------------------------...-------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:26:1 > | > 26 | windows_targets::link!("wldap3...PControlA, messagenumber : *mut u32) -> u32); > | ------------------------------...-------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:27:1 > | > 27 | windows_targets::link!("wldap3...PControlW, messagenumber : *mut u32) -> u32); > | ------------------------------...-------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:28:1 > | > 28 | windows_targets::link!("wldap3...ntcontrols : *mut *mut LDAPControlA) -> u32); > | ------------------------------...-------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:29:1 > | > 29 | windows_targets::link!("wldap3...ntcontrols : *mut *mut LDAPControlA) -> u32); > | ------------------------------...-------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:30:1 > | > 30 | windows_targets::link!("wldap3...ntcontrols : *mut *mut LDAPControlW) -> u32); > | ------------------------------...-------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:31:1 > | > 31 | windows_targets::link!("wldap32.dll" "cdecl" fn ldap_add_s(ld : *mut LDAP, dn : windows_sys::core::PCSTR, attrs : *mut *mut LDAPModA) -> u32); > | --------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:32:1 > | > 32 | windows_targets::link!("wldap32.dll" "cdecl" fn ldap_add_sA(ld : *mut LDAP, dn : windows_sys::core::PCSTR, attrs : *mut *mut LDAPModA) -> u32); > | ---------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:33:1 > | > 33 | windows_targets::link!("wldap32.dll" "cdecl" fn ldap_add_sW(ld : *mut LDAP, dn : windows_sys::core::PCWSTR, attrs : *mut *mut LDAPModW) -> u32); > | ----------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:34:1 > | > 34 | windows_targets::link!("wldap32.dll" "cdecl" fn ldap_bind(ld : *mut LDAP, dn : windows_sys::core::PCSTR, cred : windows_sys::core::PCSTR, method : u32) -> u32); > | --------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:35:1 > | > 35 | windows_targets::link!("wldap32.dll" "cdecl" fn ldap_bindA(ld : *mut LDAP, dn : windows_sys::core::PCSTR, cred : windows_sys::core::PCSTR, method : u32) -> u32); > | ---------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:36:1 > | > 36 | windows_targets::link!("wldap32.dll" "cdecl" fn ldap_bindW(ld : *mut LDAP, dn : windows_sys::core::PCWSTR, cred : windows_sys::core::PCWSTR, method : u32) -> u32); > | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:37:1 > | > 37 | windows_targets::link!("wldap32.dll" "cdecl" fn ldap_bind_s(ld : *mut LDAP, dn : windows_sys::core::PCSTR, cred : windows_sys::core::PCSTR, method : u32) -> u32); > | ----------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:38:1 > | > 38 | windows_targets::link!("wldap32.dll" "cdecl" fn ldap_bind_sA(ld : *mut LDAP, dn : windows_sys::core::PCSTR, cred : windows_sys::core::PCSTR, method : u32) -> u32); > | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:39:1 > | > 39 | windows_targets::link!("wldap32.dll" "cdecl" fn ldap_bind_sW(ld : *mut LDAP, dn : windows_sys::core::PCWSTR, cred : windows_sys::core::PCWSTR, method : u32) -> u32); > | -------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:40:1 > | > 40 | windows_targets::link!("wldap32.dll" "cdecl" fn ldap_check_filterA(ld : *mut LDAP, searchfilter : windows_sys::core::PCSTR) -> u32); > | ----------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:41:1 > | > 41 | windows_targets::link!("wldap32.dll" "cdecl" fn ldap_check_filterW(ld : *mut LDAP, searchfilter : windows_sys::core::PCWSTR) -> u32); > | ------------------------------------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:42:1 > | > 42 | windows_targets::link!("wldap32.dll" "cdecl" fn ldap_cleanup(hinstance : super::super::Foundation:: HANDLE) -> u32); > | ------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:43:1 > | > 43 | windows_targets::link!("wldap32.dll" "cdecl" fn ldap_close_extended_op(ld : *mut LDAP, messagenumber : u32) -> u32); > | ------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:44:1 > | > 44 | windows_targets::link!("wldap32.dll" "cdecl" fn ldap_compare(ld : *mut LDAP, dn : windows_sys::core::PCSTR, attr : windows_sys::core::PCSTR, value : windows_sys::core::PCSTR) -> u32); > | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:45:1 > | > 45 | windows_targets::link!("wldap32.dll" "cdecl" fn ldap_compareA(ld : *mut LDAP, dn : windows_sys::core::PCSTR, attr : windows_sys::core::PCSTR, value : windows_sys::core::PCSTR) -> u32); > | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:46:1 > | > 46 | windows_targets::link!("wldap32.dll" "cdecl" fn ldap_compareW(ld : *mut LDAP, dn : windows_sys::core::PCWSTR, attr : windows_sys::core::PCWSTR, value : windows_sys::core::PCWSTR) -> u32); > | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:47:1 > | > 47 | windows_targets::link!("wldap3...PControlA, messagenumber : *mut u32) -> u32); > | ------------------------------...-------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:48:1 > | > 48 | windows_targets::link!("wldap3...PControlA, messagenumber : *mut u32) -> u32); > | ------------------------------...-------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:49:1 > | > 49 | windows_targets::link!("wldap3...PControlW, messagenumber : *mut u32) -> u32); > | ------------------------------...-------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:50:1 > | > 50 | windows_targets::link!("wldap3...ntcontrols : *mut *mut LDAPControlA) -> u32); > | ------------------------------...-------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:51:1 > | > 51 | windows_targets::link!("wldap3...ntcontrols : *mut *mut LDAPControlA) -> u32); > | ------------------------------...-------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:52:1 > | > 52 | windows_targets::link!("wldap3...ntcontrols : *mut *mut LDAPControlW) -> u32); > | ------------------------------...-------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:53:1 > | > 53 | windows_targets::link!("wldap32.dll" "cdecl" fn ldap_compare_s(ld : *mut LDAP, dn : windows_sys::core::PCSTR, attr : windows_sys::core::PCSTR, value : windows_sys::core::PCSTR) -> u32); > | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:54:1 > | > 54 | windows_targets::link!("wldap32.dll" "cdecl" fn ldap_compare_sA(ld : *mut LDAP, dn : windows_sys::core::PCSTR, attr : windows_sys::core::PCSTR, value : windows_sys::core::PCSTR) -> u32); > | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:55:1 > | > 55 | windows_targets::link!("wldap32.dll" "cdecl" fn ldap_compare_sW(ld : *mut LDAP, dn : windows_sys::core::PCWSTR, attr : windows_sys::core::PCWSTR, value : windows_sys::core::PCWSTR) -> u32); > | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:56:1 > | > 56 | windows_targets::link!("wldap32.dll" "cdecl" fn ldap_conn_from_msg(primaryconn : *mut LDAP, res : *mut LDAPMessage) -> *mut LDAP); > | --------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:57:1 > | > 57 | windows_targets::link!("wldap32.dll" "cdecl" fn ldap_connect(ld : *mut LDAP, timeout : *mut LDAP_TIMEVAL) -> u32); > | ----------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:58:1 > | > 58 | windows_targets::link!("wldap32.dll" "cdecl" fn ldap_control_free(control : *mut LDAPControlA) -> u32); > | ------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:59:1 > | > 59 | windows_targets::link!("wldap32.dll" "cdecl" fn ldap_control_freeA(controls : *mut LDAPControlA) -> u32); > | -------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:60:1 > | > 60 | windows_targets::link!("wldap32.dll" "cdecl" fn ldap_control_freeW(control : *mut LDAPControlW) -> u32); > | ------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:61:1 > | > 61 | windows_targets::link!("wldap32.dll" "cdecl" fn ldap_controls_free(controls : *mut *mut LDAPControlA) -> u32); > | ------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:62:1 > | > 62 | windows_targets::link!("wldap32.dll" "cdecl" fn ldap_controls_freeA(controls : *mut *mut LDAPControlA) -> u32); > | -------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:63:1 > | > 63 | windows_targets::link!("wldap32.dll" "cdecl" fn ldap_controls_freeW(control : *mut *mut LDAPControlW) -> u32); > | ------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:64:1 > | > 64 | windows_targets::link!("wldap32.dll" "cdecl" fn ldap_count_entries(ld : *mut LDAP, res : *mut LDAPMessage) -> u32); > | ------------------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:65:1 > | > 65 | windows_targets::link!("wldap32.dll" "cdecl" fn ldap_count_references(ld : *mut LDAP, res : *mut LDAPMessage) -> u32); > | --------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:66:1 > | > 66 | windows_targets::link!("wldap32.dll" "cdecl" fn ldap_count_values(vals : *const windows_sys::core::PCSTR) -> u32); > | ----------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:67:1 > | > 67 | windows_targets::link!("wldap32.dll" "cdecl" fn ldap_count_valuesA(vals : *const windows_sys::core::PCSTR) -> u32); > | ------------------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:68:1 > | > 68 | windows_targets::link!("wldap32.dll" "cdecl" fn ldap_count_valuesW(vals : *const windows_sys::core::PCWSTR) -> u32); > | ------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:69:1 > | > 69 | windows_targets::link!("wldap32.dll" "cdecl" fn ldap_count_values_len(vals : *mut *mut LDAP_BERVAL) -> u32); > | ----------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:70:1 > | > 70 | windows_targets::link!("wldap32.dll" "cdecl" fn ldap_create_page_control(externalhandle : *mut LDAP, pagesize : u32, cookie : *mut LDAP_BERVAL, iscritical : u8, control : *mut *mut LDAPControlA) -> u32); > | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:71:1 > | > 71 | windows_targets::link!("wldap32.dll" "cdecl" fn ldap_create_page_controlA(externalhandle : *mut LDAP, pagesize : u32, cookie : *mut LDAP_BERVAL, iscritical : u8, control : *mut *mut LDAPControlA) -> u32); > | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:72:1 > | > 72 | windows_targets::link!("wldap32.dll" "cdecl" fn ldap_create_page_controlW(externalhandle : *mut LDAP, pagesize : u32, cookie : *mut LDAP_BERVAL, iscritical : u8, control : *mut *mut LDAPControlW) -> u32); > | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:73:1 > | > 73 | windows_targets::link!("wldap32.dll" "cdecl" fn ldap_create_sort_control(externalhandle : *mut LDAP, sortkeys : *mut *mut LDAPSortKeyA, iscritical : u8, control : *mut *mut LDAPControlA) -> u32); > | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:74:1 > | > 74 | windows_targets::link!("wldap32.dll" "cdecl" fn ldap_create_sort_controlA(externalhandle : *mut LDAP, sortkeys : *mut *mut LDAPSortKeyA, iscritical : u8, control : *mut *mut LDAPControlA) -> u32); > | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:75:1 > | > 75 | windows_targets::link!("wldap32.dll" "cdecl" fn ldap_create_sort_controlW(externalhandle : *mut LDAP, sortkeys : *mut *mut LDAPSortKeyW, iscritical : u8, control : *mut *mut LDAPControlW) -> u32); > | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:76:1 > | > 76 | windows_targets::link!("wldap32.dll" "cdecl" fn ldap_create_vlv_controlA(externalhandle : *mut LDAP, vlvinfo : *mut LDAPVLVInfo, iscritical : u8, control : *mut *mut LDAPControlA) -> i32); > | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:77:1 > | > 77 | windows_targets::link!("wldap32.dll" "cdecl" fn ldap_create_vlv_controlW(externalhandle : *mut LDAP, vlvinfo : *mut LDAPVLVInfo, iscritical : u8, control : *mut *mut LDAPControlW) -> i32); > | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:78:1 > | > 78 | windows_targets::link!("wldap32.dll" "cdecl" fn ldap_delete(ld : *mut LDAP, dn : windows_sys::core::PCSTR) -> u32); > | ------------------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:79:1 > | > 79 | windows_targets::link!("wldap32.dll" "cdecl" fn ldap_deleteA(ld : *mut LDAP, dn : windows_sys::core::PCSTR) -> u32); > | ------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:80:1 > | > 80 | windows_targets::link!("wldap32.dll" "cdecl" fn ldap_deleteW(ld : *mut LDAP, dn : windows_sys::core::PCWSTR) -> u32); > | -------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:81:1 > | > 81 | windows_targets::link!("wldap3...PControlA, messagenumber : *mut u32) -> u32); > | ------------------------------...-------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:82:1 > | > 82 | windows_targets::link!("wldap3...PControlA, messagenumber : *mut u32) -> u32); > | ------------------------------...-------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:83:1 > | > 83 | windows_targets::link!("wldap3...PControlW, messagenumber : *mut u32) -> u32); > | ------------------------------...-------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:84:1 > | > 84 | windows_targets::link!("wldap32.dll" "cdecl" fn ldap_delete_ext_s(ld : *mut LDAP, dn : windows_sys::core::PCSTR, servercontrols : *mut *mut LDAPControlA, clientcontrols : *mut *mut LDAPControlA) -> u32); > | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:85:1 > | > 85 | windows_targets::link!("wldap32.dll" "cdecl" fn ldap_delete_ext_sA(ld : *mut LDAP, dn : windows_sys::core::PCSTR, servercontrols : *mut *mut LDAPControlA, clientcontrols : *mut *mut LDAPControlA) -> u32); > | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:86:1 > | > 86 | windows_targets::link!("wldap32.dll" "cdecl" fn ldap_delete_ext_sW(ld : *mut LDAP, dn : windows_sys::core::PCWSTR, servercontrols : *mut *mut LDAPControlW, clientcontrols : *mut *mut LDAPControlW) -> u32); > | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:87:1 > | > 87 | windows_targets::link!("wldap32.dll" "cdecl" fn ldap_delete_s(ld : *mut LDAP, dn : windows_sys::core::PCSTR) -> u32); > | -------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:88:1 > | > 88 | windows_targets::link!("wldap32.dll" "cdecl" fn ldap_delete_sA(ld : *mut LDAP, dn : windows_sys::core::PCSTR) -> u32); > | --------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:89:1 > | > 89 | windows_targets::link!("wldap32.dll" "cdecl" fn ldap_delete_sW(ld : *mut LDAP, dn : windows_sys::core::PCWSTR) -> u32); > | ---------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:90:1 > | > 90 | windows_targets::link!("wldap32.dll" "cdecl" fn ldap_dn2ufn(dn : windows_sys::core::PCSTR) -> windows_sys::core::PSTR); > | ---------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:91:1 > | > 91 | windows_targets::link!("wldap32.dll" "cdecl" fn ldap_dn2ufnA(dn : windows_sys::core::PCSTR) -> windows_sys::core::PSTR); > | ----------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:92:1 > | > 92 | windows_targets::link!("wldap32.dll" "cdecl" fn ldap_dn2ufnW(dn : windows_sys::core::PCWSTR) -> windows_sys::core::PWSTR); > | ------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:93:1 > | > 93 | windows_targets::link!("wldap32.dll" "cdecl" fn ldap_encode_sort_controlA(externalhandle : *mut LDAP, sortkeys : *mut *mut LDAPSortKeyA, control : *mut LDAPControlA, criticality : super::super::Foundation:: BOOLEAN) -> u32); > | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:94:1 > | > 94 | windows_targets::link!("wldap32.dll" "cdecl" fn ldap_encode_sort_controlW(externalhandle : *mut LDAP, sortkeys : *mut *mut LDAPSortKeyW, control : *mut LDAPControlW, criticality : super::super::Foundation:: BOOLEAN) -> u32); > | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:95:1 > | > 95 | windows_targets::link!("wldap32.dll" "cdecl" fn ldap_err2string(err : u32) -> windows_sys::core::PSTR); > | ------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:96:1 > | > 96 | windows_targets::link!("wldap32.dll" "cdecl" fn ldap_err2stringA(err : u32) -> windows_sys::core::PSTR); > | ------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:97:1 > | > 97 | windows_targets::link!("wldap32.dll" "cdecl" fn ldap_err2stringW(err : u32) -> windows_sys::core::PWSTR); > | -------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:98:1 > | > 98 | windows_targets::link!("wldap32.dll" "cdecl" fn ldap_escape_filter_element(sourcefilterelement : windows_sys::core::PCSTR, sourcelength : u32, destfilterelement : windows_sys::core::PSTR, destlength : u32) -> u32); > | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:99:1 > | > 99 | windows_targets::link!("wldap32.dll" "cdecl" fn ldap_escape_filter_elementA(sourcefilterelement : windows_sys::core::PCSTR, sourcelength : u32, destfilterelement : windows_sys::core::PSTR, destlength : u32) -> u32); > | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:100:1 > | > 100 | windows_targets::link!("wldap32.dll" "cdecl" fn ldap_escape_filter_elementW(sourcefilterelement : windows_sys::core::PCSTR, sourcelength : u32, destfilterelement : windows_sys::core::PWSTR, destlength : u32) -> u32); > | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:101:1 > | > 101 | windows_targets::link!("wldap32.dll" "cdecl" fn ldap_explode_dn(dn : windows_sys::core::PCSTR, notypes : u32) -> *mut windows_sys::core::PSTR); > | ---------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:102:1 > | > 102 | windows_targets::link!("wldap32.dll" "cdecl" fn ldap_explode_dnA(dn : windows_sys::core::PCSTR, notypes : u32) -> *mut windows_sys::core::PSTR); > | ----------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:103:1 > | > 103 | windows_targets::link!("wldap32.dll" "cdecl" fn ldap_explode_dnW(dn : windows_sys::core::PCWSTR, notypes : u32) -> *mut windows_sys::core::PWSTR); > | ------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:104:1 > | > 104 | windows_targets::link!("wldap...APControlA, messagenumber : *mut u32) -> u32); > | -----------------------------...--------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:105:1 > | > 105 | windows_targets::link!("wldap...APControlA, messagenumber : *mut u32) -> u32); > | -----------------------------...--------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:106:1 > | > 106 | windows_targets::link!("wldap...APControlW, messagenumber : *mut u32) -> u32); > | -----------------------------...--------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:107:1 > | > 107 | windows_targets::link!("wldap...returneddata : *mut *mut LDAP_BERVAL) -> u32); > | -----------------------------...--------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:108:1 > | > 108 | windows_targets::link!("wldap...returneddata : *mut *mut LDAP_BERVAL) -> u32); > | -----------------------------...--------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:109:1 > | > 109 | windows_targets::link!("wldap32.dll" "cdecl" fn ldap_first_attribute(ld : *mut LDAP, entry : *mut LDAPMessage, ptr : *mut *mut BerElement) -> windows_sys::core::PSTR); > | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:110:1 > | > 110 | windows_targets::link!("wldap32.dll" "cdecl" fn ldap_first_attributeA(ld : *mut LDAP, entry : *mut LDAPMessage, ptr : *mut *mut BerElement) -> windows_sys::core::PSTR); > | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:111:1 > | > 111 | windows_targets::link!("wldap32.dll" "cdecl" fn ldap_first_attributeW(ld : *mut LDAP, entry : *mut LDAPMessage, ptr : *mut *mut BerElement) -> windows_sys::core::PWSTR); > | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:112:1 > | > 112 | windows_targets::link!("wldap32.dll" "cdecl" fn ldap_first_entry(ld : *mut LDAP, res : *mut LDAPMessage) -> *mut LDAPMessage); > | ----------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:113:1 > | > 113 | windows_targets::link!("wldap32.dll" "cdecl" fn ldap_first_reference(ld : *mut LDAP, res : *mut LDAPMessage) -> *mut LDAPMessage); > | --------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:114:1 > | > 114 | windows_targets::link!("wldap32.dll" "cdecl" fn ldap_free_controls(controls : *mut *mut LDAPControlA) -> u32); > | ------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:115:1 > | > 115 | windows_targets::link!("wldap32.dll" "cdecl" fn ldap_free_controlsA(controls : *mut *mut LDAPControlA) -> u32); > | -------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:116:1 > | > 116 | windows_targets::link!("wldap32.dll" "cdecl" fn ldap_free_controlsW(controls : *mut *mut LDAPControlW) -> u32); > | -------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:117:1 > | > 117 | windows_targets::link!("wldap32.dll" "cdecl" fn ldap_get_dn(ld : *mut LDAP, entry : *mut LDAPMessage) -> windows_sys::core::PSTR); > | --------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:118:1 > | > 118 | windows_targets::link!("wldap32.dll" "cdecl" fn ldap_get_dnA(ld : *mut LDAP, entry : *mut LDAPMessage) -> windows_sys::core::PSTR); > | ---------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:119:1 > | > 119 | windows_targets::link!("wldap32.dll" "cdecl" fn ldap_get_dnW(ld : *mut LDAP, entry : *mut LDAPMessage) -> windows_sys::core::PWSTR); > | ----------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:120:1 > | > 120 | windows_targets::link!("wldap32.dll" "cdecl" fn ldap_get_next_page(externalhandle : *mut LDAP, searchhandle : PLDAPSearch, pagesize : u32, messagenumber : *mut u32) -> u32); > | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:121:1 > | > 121 | windows_targets::link!("wldap...u32, results : *mut *mut LDAPMessage) -> u32); > | -----------------------------...--------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:122:1 > | > 122 | windows_targets::link!("wldap32.dll" "cdecl" fn ldap_get_option(ld : *mut LDAP, option : i32, outvalue : *mut core::ffi::c_void) -> u32); > | ---------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:123:1 > | > 123 | windows_targets::link!("wldap32.dll" "cdecl" fn ldap_get_optionW(ld : *mut LDAP, option : i32, outvalue : *mut core::ffi::c_void) -> u32); > | ----------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:124:1 > | > 124 | windows_targets::link!("wldap32.dll" "cdecl" fn ldap_get_paged_count(externalhandle : *mut LDAP, searchblock : PLDAPSearch, totalcount : *mut u32, results : *mut LDAPMessage) -> u32); > | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:125:1 > | > 125 | windows_targets::link!("wldap32.dll" "cdecl" fn ldap_get_values(ld : *mut LDAP, entry : *mut LDAPMessage, attr : windows_sys::core::PCSTR) -> *mut windows_sys::core::PSTR); > | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:126:1 > | > 126 | windows_targets::link!("wldap32.dll" "cdecl" fn ldap_get_valuesA(ld : *mut LDAP, entry : *mut LDAPMessage, attr : windows_sys::core::PCSTR) -> *mut windows_sys::core::PSTR); > | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:127:1 > | > 127 | windows_targets::link!("wldap32.dll" "cdecl" fn ldap_get_valuesW(ld : *mut LDAP, entry : *mut LDAPMessage, attr : windows_sys::core::PCWSTR) -> *mut windows_sys::core::PWSTR); > | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:128:1 > | > 128 | windows_targets::link!("wldap32.dll" "cdecl" fn ldap_get_values_len(externalhandle : *mut LDAP, message : *mut LDAPMessage, attr : windows_sys::core::PCSTR) -> *mut *mut LDAP_BERVAL); > | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:129:1 > | > 129 | windows_targets::link!("wldap32.dll" "cdecl" fn ldap_get_values_lenA(externalhandle : *mut LDAP, message : *mut LDAPMessage, attr : windows_sys::core::PCSTR) -> *mut *mut LDAP_BERVAL); > | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:130:1 > | > 130 | windows_targets::link!("wldap32.dll" "cdecl" fn ldap_get_values_lenW(externalhandle : *mut LDAP, message : *mut LDAPMessage, attr : windows_sys::core::PCWSTR) -> *mut *mut LDAP_BERVAL); > | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:131:1 > | > 131 | windows_targets::link!("wldap32.dll" "cdecl" fn ldap_init(hostname : windows_sys::core::PCSTR, portnumber : u32) -> *mut LDAP); > | ------------------------------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:132:1 > | > 132 | windows_targets::link!("wldap32.dll" "cdecl" fn ldap_initA(hostname : windows_sys::core::PCSTR, portnumber : u32) -> *mut LDAP); > | ------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:133:1 > | > 133 | windows_targets::link!("wldap32.dll" "cdecl" fn ldap_initW(hostname : windows_sys::core::PCWSTR, portnumber : u32) -> *mut LDAP); > | -------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:134:1 > | > 134 | windows_targets::link!("wldap32.dll" "cdecl" fn ldap_memfree(block : windows_sys::core::PCSTR)); > | ----------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:135:1 > | > 135 | windows_targets::link!("wldap32.dll" "cdecl" fn ldap_memfreeA(block : windows_sys::core::PCSTR)); > | ------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:136:1 > | > 136 | windows_targets::link!("wldap32.dll" "cdecl" fn ldap_memfreeW(block : windows_sys::core::PCWSTR)); > | ------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:137:1 > | > 137 | windows_targets::link!("wldap32.dll" "cdecl" fn ldap_modify(ld : *mut LDAP, dn : windows_sys::core::PCSTR, mods : *mut *mut LDAPModA) -> u32); > | --------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:138:1 > | > 138 | windows_targets::link!("wldap32.dll" "cdecl" fn ldap_modifyA(ld : *mut LDAP, dn : windows_sys::core::PCSTR, mods : *mut *mut LDAPModA) -> u32); > | ---------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:139:1 > | > 139 | windows_targets::link!("wldap32.dll" "cdecl" fn ldap_modifyW(ld : *mut LDAP, dn : windows_sys::core::PCWSTR, mods : *mut *mut LDAPModW) -> u32); > | ----------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:140:1 > | > 140 | windows_targets::link!("wldap...APControlA, messagenumber : *mut u32) -> u32); > | -----------------------------...--------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:141:1 > | > 141 | windows_targets::link!("wldap...APControlA, messagenumber : *mut u32) -> u32); > | -----------------------------...--------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:142:1 > | > 142 | windows_targets::link!("wldap...APControlW, messagenumber : *mut u32) -> u32); > | -----------------------------...--------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:143:1 > | > 143 | windows_targets::link!("wldap...entcontrols : *mut *mut LDAPControlA) -> u32); > | -----------------------------...--------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:144:1 > | > 144 | windows_targets::link!("wldap...entcontrols : *mut *mut LDAPControlA) -> u32); > | -----------------------------...--------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:145:1 > | > 145 | windows_targets::link!("wldap...entcontrols : *mut *mut LDAPControlW) -> u32); > | -----------------------------...--------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:146:1 > | > 146 | windows_targets::link!("wldap32.dll" "cdecl" fn ldap_modify_s(ld : *mut LDAP, dn : windows_sys::core::PCSTR, mods : *mut *mut LDAPModA) -> u32); > | ----------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:147:1 > | > 147 | windows_targets::link!("wldap32.dll" "cdecl" fn ldap_modify_sA(ld : *mut LDAP, dn : windows_sys::core::PCSTR, mods : *mut *mut LDAPModA) -> u32); > | ------------------------------------------------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:148:1 > | > 148 | windows_targets::link!("wldap32.dll" "cdecl" fn ldap_modify_sW(ld : *mut LDAP, dn : windows_sys::core::PCWSTR, mods : *mut *mut LDAPModW) -> u32); > | ------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:149:1 > | > 149 | windows_targets::link!("wldap32.dll" "cdecl" fn ldap_modrdn(externalhandle : *mut LDAP, distinguishedname : windows_sys::core::PCSTR, newdistinguishedname : windows_sys::core::PCSTR) -> u32); > | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:150:1 > | > 150 | windows_targets::link!("wldap32.dll" "cdecl" fn ldap_modrdn2(externalhandle : *mut LDAP, distinguishedname : windows_sys::core::PCSTR, newdistinguishedname : windows_sys::core::PCSTR, deleteoldrdn : i32) -> u32); > | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:151:1 > | > 151 | windows_targets::link!("wldap32.dll" "cdecl" fn ldap_modrdn2A(externalhandle : *mut LDAP, distinguishedname : windows_sys::core::PCSTR, newdistinguishedname : windows_sys::core::PCSTR, deleteoldrdn : i32) -> u32); > | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:152:1 > | > 152 | windows_targets::link!("wldap32.dll" "cdecl" fn ldap_modrdn2W(externalhandle : *mut LDAP, distinguishedname : windows_sys::core::PCWSTR, newdistinguishedname : windows_sys::core::PCWSTR, deleteoldrdn : i32) -> u32); > | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:153:1 > | > 153 | windows_targets::link!("wldap32.dll" "cdecl" fn ldap_modrdn2_s(externalhandle : *mut LDAP, distinguishedname : windows_sys::core::PCSTR, newdistinguishedname : windows_sys::core::PCSTR, deleteoldrdn : i32) -> u32); > | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:154:1 > | > 154 | windows_targets::link!("wldap32.dll" "cdecl" fn ldap_modrdn2_sA(externalhandle : *mut LDAP, distinguishedname : windows_sys::core::PCSTR, newdistinguishedname : windows_sys::core::PCSTR, deleteoldrdn : i32) -> u32); > | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:155:1 > | > 155 | windows_targets::link!("wldap32.dll" "cdecl" fn ldap_modrdn2_sW(externalhandle : *mut LDAP, distinguishedname : windows_sys::core::PCWSTR, newdistinguishedname : windows_sys::core::PCWSTR, deleteoldrdn : i32) -> u32); > | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:156:1 > | > 156 | windows_targets::link!("wldap32.dll" "cdecl" fn ldap_modrdnA(externalhandle : *mut LDAP, distinguishedname : windows_sys::core::PCSTR, newdistinguishedname : windows_sys::core::PCSTR) -> u32); > | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:157:1 > | > 157 | windows_targets::link!("wldap32.dll" "cdecl" fn ldap_modrdnW(externalhandle : *mut LDAP, distinguishedname : windows_sys::core::PCWSTR, newdistinguishedname : windows_sys::core::PCWSTR) -> u32); > | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:158:1 > | > 158 | windows_targets::link!("wldap32.dll" "cdecl" fn ldap_modrdn_s(externalhandle : *mut LDAP, distinguishedname : windows_sys::core::PCSTR, newdistinguishedname : windows_sys::core::PCSTR) -> u32); > | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:159:1 > | > 159 | windows_targets::link!("wldap32.dll" "cdecl" fn ldap_modrdn_sA(externalhandle : *mut LDAP, distinguishedname : windows_sys::core::PCSTR, newdistinguishedname : windows_sys::core::PCSTR) -> u32); > | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:160:1 > | > 160 | windows_targets::link!("wldap32.dll" "cdecl" fn ldap_modrdn_sW(externalhandle : *mut LDAP, distinguishedname : windows_sys::core::PCWSTR, newdistinguishedname : windows_sys::core::PCWSTR) -> u32); > | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:161:1 > | > 161 | windows_targets::link!("wldap32.dll" "cdecl" fn ldap_msgfree(res : *mut LDAPMessage) -> u32); > | -------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:162:1 > | > 162 | windows_targets::link!("wldap32.dll" "cdecl" fn ldap_next_attribute(ld : *mut LDAP, entry : *mut LDAPMessage, ptr : *mut BerElement) -> windows_sys::core::PSTR); > | ---------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:163:1 > | > 163 | windows_targets::link!("wldap32.dll" "cdecl" fn ldap_next_attributeA(ld : *mut LDAP, entry : *mut LDAPMessage, ptr : *mut BerElement) -> windows_sys::core::PSTR); > | ----------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:164:1 > | > 164 | windows_targets::link!("wldap32.dll" "cdecl" fn ldap_next_attributeW(ld : *mut LDAP, entry : *mut LDAPMessage, ptr : *mut BerElement) -> windows_sys::core::PWSTR); > | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:165:1 > | > 165 | windows_targets::link!("wldap32.dll" "cdecl" fn ldap_next_entry(ld : *mut LDAP, entry : *mut LDAPMessage) -> *mut LDAPMessage); > | ------------------------------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:166:1 > | > 166 | windows_targets::link!("wldap32.dll" "cdecl" fn ldap_next_reference(ld : *mut LDAP, entry : *mut LDAPMessage) -> *mut LDAPMessage); > | ---------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:167:1 > | > 167 | windows_targets::link!("wldap32.dll" "cdecl" fn ldap_open(hostname : windows_sys::core::PCSTR, portnumber : u32) -> *mut LDAP); > | ------------------------------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:168:1 > | > 168 | windows_targets::link!("wldap32.dll" "cdecl" fn ldap_openA(hostname : windows_sys::core::PCSTR, portnumber : u32) -> *mut LDAP); > | ------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:169:1 > | > 169 | windows_targets::link!("wldap32.dll" "cdecl" fn ldap_openW(hostname : windows_sys::core::PCWSTR, portnumber : u32) -> *mut LDAP); > | -------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:170:1 > | > 170 | windows_targets::link!("wldap...: super::super::Foundation:: BOOLEAN) -> u32); > | -----------------------------...--------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:171:1 > | > 171 | windows_targets::link!("wldap...: super::super::Foundation:: BOOLEAN) -> u32); > | -----------------------------...--------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:172:1 > | > 172 | windows_targets::link!("wldap32.dll" "cdecl" fn ldap_parse_page_control(externalhandle : *mut LDAP, servercontrols : *mut *mut LDAPControlA, totalcount : *mut u32, cookie : *mut *mut LDAP_BERVAL) -> u32); > | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:173:1 > | > 173 | windows_targets::link!("wldap32.dll" "cdecl" fn ldap_parse_page_controlA(externalhandle : *mut LDAP, servercontrols : *mut *mut LDAPControlA, totalcount : *mut u32, cookie : *mut *mut LDAP_BERVAL) -> u32); > | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:174:1 > | > 174 | windows_targets::link!("wldap32.dll" "cdecl" fn ldap_parse_page_controlW(externalhandle : *mut LDAP, servercontrols : *mut *mut LDAPControlW, totalcount : *mut u32, cookie : *mut *mut LDAP_BERVAL) -> u32); > | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:175:1 > | > 175 | windows_targets::link!("wldap32.dll" "cdecl" fn ldap_parse_reference(connection : *mut LDAP, resultmessage : *mut LDAPMessage, referrals : *mut *mut windows_sys::core::PSTR) -> u32); > | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:176:1 > | > 176 | windows_targets::link!("wldap32.dll" "cdecl" fn ldap_parse_referenceA(connection : *mut LDAP, resultmessage : *mut LDAPMessage, referrals : *mut *mut windows_sys::core::PSTR) -> u32); > | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:177:1 > | > 177 | windows_targets::link!("wldap32.dll" "cdecl" fn ldap_parse_referenceW(connection : *mut LDAP, resultmessage : *mut LDAPMessage, referrals : *mut *mut windows_sys::core::PWSTR) -> u32); > | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:178:1 > | > 178 | windows_targets::link!("wldap...: super::super::Foundation:: BOOLEAN) -> u32); > | -----------------------------...--------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:179:1 > | > 179 | windows_targets::link!("wldap...: super::super::Foundation:: BOOLEAN) -> u32); > | -----------------------------...--------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:180:1 > | > 180 | windows_targets::link!("wldap...: super::super::Foundation:: BOOLEAN) -> u32); > | -----------------------------...--------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:181:1 > | > 181 | windows_targets::link!("wldap32.dll" "cdecl" fn ldap_parse_sort_control(externalhandle : *mut LDAP, control : *mut *mut LDAPControlA, result : *mut u32, attribute : *mut windows_sys::core::PSTR) -> u32); > | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:182:1 > | > 182 | windows_targets::link!("wldap32.dll" "cdecl" fn ldap_parse_sort_controlA(externalhandle : *mut LDAP, control : *mut *mut LDAPControlA, result : *mut u32, attribute : *mut windows_sys::core::PSTR) -> u32); > | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:183:1 > | > 183 | windows_targets::link!("wldap32.dll" "cdecl" fn ldap_parse_sort_controlW(externalhandle : *mut LDAP, control : *mut *mut LDAPControlW, result : *mut u32, attribute : *mut windows_sys::core::PWSTR) -> u32); > | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:184:1 > | > 184 | windows_targets::link!("wldap...*mut LDAP_BERVAL, errcode : *mut i32) -> i32); > | -----------------------------...--------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:185:1 > | > 185 | windows_targets::link!("wldap...*mut LDAP_BERVAL, errcode : *mut i32) -> i32); > | -----------------------------...--------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:186:1 > | > 186 | windows_targets::link!("wldap32.dll" "cdecl" fn ldap_perror(ld : *mut LDAP, msg : windows_sys::core::PCSTR)); > | ------------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:187:1 > | > 187 | windows_targets::link!("wldap...APControlA, messagenumber : *mut u32) -> u32); > | -----------------------------...--------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:188:1 > | > 188 | windows_targets::link!("wldap...APControlA, messagenumber : *mut u32) -> u32); > | -----------------------------...--------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:189:1 > | > 189 | windows_targets::link!("wldap...APControlW, messagenumber : *mut u32) -> u32); > | -----------------------------...--------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:190:1 > | > 190 | windows_targets::link!("wldap...entcontrols : *mut *mut LDAPControlA) -> u32); > | -----------------------------...--------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:191:1 > | > 191 | windows_targets::link!("wldap...entcontrols : *mut *mut LDAPControlA) -> u32); > | -----------------------------...--------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:192:1 > | > 192 | windows_targets::link!("wldap...entcontrols : *mut *mut LDAPControlW) -> u32); > | -----------------------------...--------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:193:1 > | > 193 | windows_targets::link!("wldap32.dll" "cdecl" fn ldap_result(ld : *mut LDAP, msgid : u32, all : u32, timeout : *const LDAP_TIMEVAL, res : *mut *mut LDAPMessage) -> u32); > | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:194:1 > | > 194 | windows_targets::link!("wldap32.dll" "cdecl" fn ldap_result2error(ld : *mut LDAP, res : *mut LDAPMessage, freeit : u32) -> u32); > | ------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:195:1 > | > 195 | windows_targets::link!("wldap...APControlA, messagenumber : *mut i32) -> i32); > | -----------------------------...--------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:196:1 > | > 196 | windows_targets::link!("wldap...APControlW, messagenumber : *mut i32) -> i32); > | -----------------------------...--------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:197:1 > | > 197 | windows_targets::link!("wldap..., serverdata : *mut *mut LDAP_BERVAL) -> i32); > | -----------------------------...--------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:198:1 > | > 198 | windows_targets::link!("wldap..., serverdata : *mut *mut LDAP_BERVAL) -> i32); > | -----------------------------...--------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:199:1 > | > 199 | windows_targets::link!("wldap32.dll" "cdecl" fn ldap_search(ld : *mut LDAP, base : windows_sys::core::PCSTR, scope : u32, filter : windows_sys::core::PCSTR, attrs : *const *const i8, attrsonly : u32) -> u32); > | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:200:1 > | > 200 | windows_targets::link!("wldap32.dll" "cdecl" fn ldap_searchA(ld : *mut LDAP, base : windows_sys::core::PCSTR, scope : u32, filter : windows_sys::core::PCSTR, attrs : *const *const i8, attrsonly : u32) -> u32); > | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:201:1 > | > 201 | windows_targets::link!("wldap32.dll" "cdecl" fn ldap_searchW(ld : *mut LDAP, base : windows_sys::core::PCWSTR, scope : u32, filter : windows_sys::core::PCWSTR, attrs : *const *const u16, attrsonly : u32) -> u32); > | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:202:1 > | > 202 | windows_targets::link!("wldap32.dll" "cdecl" fn ldap_search_abandon_page(externalhandle : *mut LDAP, searchblock : PLDAPSearch) -> u32); > | --------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:203:1 > | > 203 | windows_targets::link!("wldap...imit : u32, messagenumber : *mut u32) -> u32); > | -----------------------------...--------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:204:1 > | > 204 | windows_targets::link!("wldap...imit : u32, messagenumber : *mut u32) -> u32); > | -----------------------------...--------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:205:1 > | > 205 | windows_targets::link!("wldap...imit : u32, messagenumber : *mut u32) -> u32); > | -----------------------------...--------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:206:1 > | > 206 | windows_targets::link!("wldap...t : u32, res : *mut *mut LDAPMessage) -> u32); > | -----------------------------...--------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:207:1 > | > 207 | windows_targets::link!("wldap...t : u32, res : *mut *mut LDAPMessage) -> u32); > | -----------------------------...--------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:208:1 > | > 208 | windows_targets::link!("wldap...t : u32, res : *mut *mut LDAPMessage) -> u32); > | -----------------------------...--------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:209:1 > | > 209 | windows_targets::link!("wldap...eys : *mut *mut LDAPSortKeyA) -> PLDAPSearch); > | -----------------------------...--------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:210:1 > | > 210 | windows_targets::link!("wldap...eys : *mut *mut LDAPSortKeyA) -> PLDAPSearch); > | -----------------------------...--------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:211:1 > | > 211 | windows_targets::link!("wldap...eys : *mut *mut LDAPSortKeyW) -> PLDAPSearch); > | -----------------------------...--------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:212:1 > | > 212 | windows_targets::link!("wldap...y : u32, res : *mut *mut LDAPMessage) -> u32); > | -----------------------------...--------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:213:1 > | > 213 | windows_targets::link!("wldap...y : u32, res : *mut *mut LDAPMessage) -> u32); > | -----------------------------...--------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:214:1 > | > 214 | windows_targets::link!("wldap...y : u32, res : *mut *mut LDAPMessage) -> u32); > | -----------------------------...--------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:215:1 > | > 215 | windows_targets::link!("wldap...TIMEVAL, res : *mut *mut LDAPMessage) -> u32); > | -----------------------------...--------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:216:1 > | > 216 | windows_targets::link!("wldap...TIMEVAL, res : *mut *mut LDAPMessage) -> u32); > | -----------------------------...--------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:217:1 > | > 217 | windows_targets::link!("wldap...TIMEVAL, res : *mut *mut LDAPMessage) -> u32); > | -----------------------------...--------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:218:1 > | > 218 | windows_targets::link!("wldap32.dll" "cdecl" fn ldap_set_dbg_flags(newflags : u32) -> u32); > | ------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:219:1 > | > 219 | windows_targets::link!("wldap32.dll" "cdecl" fn ldap_set_dbg_routine(debugprintroutine : DBGPRINT)); > | --------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:220:1 > | > 220 | windows_targets::link!("wldap32.dll" "cdecl" fn ldap_set_option(ld : *mut LDAP, option : i32, invalue : *const core::ffi::c_void) -> u32); > | ----------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:221:1 > | > 221 | windows_targets::link!("wldap32.dll" "cdecl" fn ldap_set_optionW(ld : *mut LDAP, option : i32, invalue : *const core::ffi::c_void) -> u32); > | ------------------------------------------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:222:1 > | > 222 | windows_targets::link!("wldap32.dll" "cdecl" fn ldap_simple_bind(ld : *mut LDAP, dn : windows_sys::core::PCSTR, passwd : windows_sys::core::PCSTR) -> u32); > | ---------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:223:1 > | > 223 | windows_targets::link!("wldap32.dll" "cdecl" fn ldap_simple_bindA(ld : *mut LDAP, dn : windows_sys::core::PCSTR, passwd : windows_sys::core::PCSTR) -> u32); > | ----------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:224:1 > | > 224 | windows_targets::link!("wldap32.dll" "cdecl" fn ldap_simple_bindW(ld : *mut LDAP, dn : windows_sys::core::PCWSTR, passwd : windows_sys::core::PCWSTR) -> u32); > | ------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:225:1 > | > 225 | windows_targets::link!("wldap32.dll" "cdecl" fn ldap_simple_bind_s(ld : *mut LDAP, dn : windows_sys::core::PCSTR, passwd : windows_sys::core::PCSTR) -> u32); > | ------------------------------------------------------------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:226:1 > | > 226 | windows_targets::link!("wldap32.dll" "cdecl" fn ldap_simple_bind_sA(ld : *mut LDAP, dn : windows_sys::core::PCSTR, passwd : windows_sys::core::PCSTR) -> u32); > | ------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:227:1 > | > 227 | windows_targets::link!("wldap32.dll" "cdecl" fn ldap_simple_bind_sW(ld : *mut LDAP, dn : windows_sys::core::PCWSTR, passwd : windows_sys::core::PCWSTR) -> u32); > | --------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:228:1 > | > 228 | windows_targets::link!("wldap32.dll" "cdecl" fn ldap_sslinit(hostname : windows_sys::core::PCSTR, portnumber : u32, secure : i32) -> *mut LDAP); > | ----------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:229:1 > | > 229 | windows_targets::link!("wldap32.dll" "cdecl" fn ldap_sslinitA(hostname : windows_sys::core::PCSTR, portnumber : u32, secure : i32) -> *mut LDAP); > | ------------------------------------------------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:230:1 > | > 230 | windows_targets::link!("wldap32.dll" "cdecl" fn ldap_sslinitW(hostname : windows_sys::core::PCWSTR, portnumber : u32, secure : i32) -> *mut LDAP); > | ------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:231:1 > | > 231 | windows_targets::link!("wldap...entcontrols : *mut *mut LDAPControlA) -> u32); > | -----------------------------...--------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:232:1 > | > 232 | windows_targets::link!("wldap...entcontrols : *mut *mut LDAPControlW) -> u32); > | -----------------------------...--------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:233:1 > | > 233 | windows_targets::link!("wldap32.dll" "cdecl" fn ldap_startup(version : *mut LDAP_VERSION_INFO, instance : *mut super::super::Foundation:: HANDLE) -> u32); > | --------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:234:1 > | > 234 | windows_targets::link!("wldap32.dll" "cdecl" fn ldap_stop_tls_s(externalhandle : *mut LDAP) -> super::super::Foundation:: BOOLEAN); > | ---------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:235:1 > | > 235 | windows_targets::link!("wldap32.dll" "cdecl" fn ldap_ufn2dn(ufn : windows_sys::core::PCSTR, pdn : *mut windows_sys::core::PSTR) -> u32); > | --------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:236:1 > | > 236 | windows_targets::link!("wldap32.dll" "cdecl" fn ldap_ufn2dnA(ufn : windows_sys::core::PCSTR, pdn : *mut windows_sys::core::PSTR) -> u32); > | ---------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:237:1 > | > 237 | windows_targets::link!("wldap32.dll" "cdecl" fn ldap_ufn2dnW(ufn : windows_sys::core::PCWSTR, pdn : *mut windows_sys::core::PWSTR) -> u32); > | ------------------------------------------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:238:1 > | > 238 | windows_targets::link!("wldap32.dll" "cdecl" fn ldap_unbind(ld : *mut LDAP) -> u32); > | ----------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:239:1 > | > 239 | windows_targets::link!("wldap32.dll" "cdecl" fn ldap_unbind_s(ld : *mut LDAP) -> u32); > | ------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:240:1 > | > 240 | windows_targets::link!("wldap32.dll" "cdecl" fn ldap_value_free(vals : *const windows_sys::core::PCSTR) -> u32); > | --------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:241:1 > | > 241 | windows_targets::link!("wldap32.dll" "cdecl" fn ldap_value_freeA(vals : *const windows_sys::core::PCSTR) -> u32); > | ---------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:242:1 > | > 242 | windows_targets::link!("wldap32.dll" "cdecl" fn ldap_value_freeW(vals : *const windows_sys::core::PCWSTR) -> u32); > | ----------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Networking\Ldap\mod.rs:243:1 > | > 243 | windows_targets::link!("wldap32.dll" "cdecl" fn ldap_value_free_len(vals : *mut *mut LDAP_BERVAL) -> u32); > | --------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Security\Authorization\mod.rs:16:1 > | > 16 | windows_targets::link!("authz....32, ...) -> super::super::Foundation:: BOOL); > | ------------------------------...-------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Security\Authorization\mod.rs:17:1 > | > 17 | windows_targets::link!("authz....32, ...) -> super::super::Foundation:: BOOL); > | ------------------------------...-------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Security\Authorization\mod.rs:29:1 > | > 29 | windows_targets::link!("authz....32, ...) -> super::super::Foundation:: BOOL); > | ------------------------------...-------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Storage\Cabinets\mod.rs:1:1 > | > 1 | windows_targets::link!("cabine...s : u16) -> super::super::Foundation:: BOOL); > | ------------------------------...-------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Storage\Cabinets\mod.rs:2:1 > | > 2 | windows_targets::link!("cabine...ore::ffi::c_void) -> *mut core::ffi::c_void); > | ------------------------------...-------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Storage\Cabinets\mod.rs:3:1 > | > 3 | windows_targets::link!("cabinet.dll" "cdecl" fn FCIDestroy(hfci : *const core::ffi::c_void) -> super::super::Foundation:: BOOL); > | ------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Storage\Cabinets\mod.rs:4:1 > | > 4 | windows_targets::link!("cabine...ISTATUS) -> super::super::Foundation:: BOOL); > | ------------------------------...-------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Storage\Cabinets\mod.rs:5:1 > | > 5 | windows_targets::link!("cabinet.dll" "cdecl" fn FCIFlushFolder(hfci : *const core::ffi::c_void, pfnfcignc : PFNFCIGETNEXTCABINET, pfnfcis : PFNFCISTATUS) -> super::super::Foundation:: BOOL); > | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Storage\Cabinets\mod.rs:6:1 > | > 6 | windows_targets::link!("cabine...:c_void) -> super::super::Foundation:: BOOL); > | ------------------------------...-------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Storage\Cabinets\mod.rs:7:1 > | > 7 | windows_targets::link!("cabine... perf : *mut ERF) -> *mut core::ffi::c_void); > | ------------------------------...-------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Storage\Cabinets\mod.rs:8:1 > | > 8 | windows_targets::link!("cabinet.dll" "cdecl" fn FDIDestroy(hfdi : *const core::ffi::c_void) -> super::super::Foundation:: BOOL); > | ------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Storage\Cabinets\mod.rs:9:1 > | > 9 | windows_targets::link!("cabinet.dll" "cdecl" fn FDIIsCabinet(hfdi : *const core::ffi::c_void, hf : isize, pfdici : *mut FDICABINETINFO) -> super::super::Foundation:: BOOL); > | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\Storage\Cabinets\mod.rs:10:1 > | > 10 | windows_targets::link!("cabinet.dll" "cdecl" fn FDITruncateCabinet(hfdi : *const core::ffi::c_void, pszcabinetname : windows_sys::core::PCSTR, ifoldertodelete : u16) -> super::super::Foundation:: BOOL); > | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\System\ComponentServices\mod.rs:6:1 > | > 6 | windows_targets::link!("mtxdm.dll" "cdecl" fn GetDispenserManager(param0 : *mut * mut core::ffi::c_void) -> windows_sys::core::HRESULT); > | --------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\System\ComponentServices\mod.rs:9:1 > | > 9 | windows_targets::link!("comsvcs.dll" "cdecl" fn RecycleSurrogate(lreasoncode : i32) -> windows_sys::core::HRESULT); > | ------------------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\System\ComponentServices\mod.rs:10:1 > | > 10 | windows_targets::link!("comsvcs.dll" "cdecl" fn SafeRef(rid : *const windows_sys::core::GUID, punk : * mut core::ffi::c_void) -> *mut core::ffi::c_void); > | -------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\System\DeploymentServices\mod.rs:31:1 > | > 31 | windows_targets::link!("wdspxe.dll" "cdecl" fn PxeTrace(hprovider : super::super::Foundation:: HANDLE, severity : u32, pszformat : windows_sys::core::PCWSTR, ...) -> u32); > | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\System\DeploymentServices\mod.rs:69:1 > | > 69 | windows_targets::link!("wdsclientapi.dll" "cdecl" fn WdsCliLog(hsession : super::super::Foundation:: HANDLE, ulloglevel : u32, ulmessagecode : u32, ...) -> windows_sys::core::HRESULT); > | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\System\DeploymentServices\mod.rs:94:1 > | > 94 | windows_targets::link!("wdsmc.dll" "cdecl" fn WdsTransportServerTrace(hprovider : super::super::Foundation:: HANDLE, severity : u32, pwszformat : windows_sys::core::PCWSTR, ...) -> windows_sys::core::HRESULT); > | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\System\Diagnostics\Debug\mod.rs:183:1 > | > 183 | windows_targets::link!("kernel32.dll" "cdecl" fn RtlRestoreContext(contextrecord : *const CONTEXT, exceptionrecord : *const EXCEPTION_RECORD)); > | ---------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\System\Diagnostics\Etw\mod.rs:89:1 > | > 89 | windows_targets::link!("advapi...per::super::super::Foundation:: WIN32_ERROR); > | ------------------------------...-------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\System\DistributedTransactionCoordinator\mod.rs:1:1 > | > 1 | windows_targets::link!("xolehl...:ffi::c_void) -> windows_sys::core::HRESULT); > | ------------------------------...-------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\System\DistributedTransactionCoordinator\mod.rs:2:1 > | > 2 | windows_targets::link!("xolehl...:ffi::c_void) -> windows_sys::core::HRESULT); > | ------------------------------...-------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\System\DistributedTransactionCoordinator\mod.rs:3:1 > | > 3 | windows_targets::link!("xolehl...:ffi::c_void) -> windows_sys::core::HRESULT); > | ------------------------------...-------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\System\DistributedTransactionCoordinator\mod.rs:4:1 > | > 4 | windows_targets::link!("xolehl...:ffi::c_void) -> windows_sys::core::HRESULT); > | ------------------------------...-------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\System\Ole\mod.rs:173:1 > | > 173 | windows_targets::link!("oledlg.dll" "cdecl" fn OleUIPromptUserA(ntemplate : i32, hwndparent : super::super::Foundation:: HWND, ...) -> i32); > | ------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\System\Ole\mod.rs:174:1 > | > 174 | windows_targets::link!("oledlg.dll" "cdecl" fn OleUIPromptUserW(ntemplate : i32, hwndparent : super::super::Foundation:: HWND, ...) -> i32); > | ------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\System\Rpc\mod.rs:98:1 > | > 98 | windows_targets::link!("rpcrt4.dll" "cdecl" fn Ndr64AsyncClientCall(pproxyinfo : *mut MIDL_STUBLESS_PROXY_INFO, nprocnum : u32, preturnvalue : *mut core::ffi::c_void, ...) -> CLIENT_CALL_RETURN); > | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\System\Rpc\mod.rs:101:1 > | > 101 | windows_targets::link!("rpcrt4.dll" "cdecl" fn Ndr64DcomAsyncClientCall(pproxyinfo : *mut MIDL_STUBLESS_PROXY_INFO, nprocnum : u32, preturnvalue : *mut core::ffi::c_void, ...) -> CLIENT_CALL_RETURN); > | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\System\Rpc\mod.rs:104:1 > | > 104 | windows_targets::link!("rpcrt4.dll" "cdecl" fn NdrAsyncClientCall(pstubdescriptor : *mut MIDL_STUB_DESC, pformat : *mut u8, ...) -> CLIENT_CALL_RETURN); > | ------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\System\Rpc\mod.rs:111:1 > | > 111 | windows_targets::link!("rpcrt4.dll" "cdecl" fn NdrClientCall2(pstubdescriptor : *mut MIDL_STUB_DESC, pformat : *mut u8, ...) -> CLIENT_CALL_RETURN); > | --------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\System\Rpc\mod.rs:112:1 > | > 112 | windows_targets::link!("rpcrt4.dll" "cdecl" fn NdrClientCall3(pproxyinfo : *mut MIDL_STUBLESS_PROXY_INFO, nprocnum : u32, preturnvalue : *mut core::ffi::c_void, ...) -> CLIENT_CALL_RETURN); > | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\System\Rpc\mod.rs:159:1 > | > 159 | windows_targets::link!("rpcrt4.dll" "cdecl" fn NdrDcomAsyncClientCall(pstubdescriptor : *mut MIDL_STUB_DESC, pformat : *mut u8, ...) -> CLIENT_CALL_RETURN); > | ----------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\System\Rpc\mod.rs:183:1 > | > 183 | windows_targets::link!("rpcrt4.dll" "cdecl" fn NdrMesProcEncodeDecode(handle : *mut core::ffi::c_void, pstubdesc : *const MIDL_STUB_DESC, pformatstring : *mut u8, ...)); > | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\System\Rpc\mod.rs:184:1 > | > 184 | windows_targets::link!("rpcrt4.dll" "cdecl" fn NdrMesProcEncodeDecode2(handle : *mut core::ffi::c_void, pstubdesc : *const MIDL_STUB_DESC, pformatstring : *mut u8, ...) -> CLIENT_CALL_RETURN); > | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\System\Rpc\mod.rs:185:1 > | > 185 | windows_targets::link!("rpcrt...ore::ffi::c_void, ...) -> CLIENT_CALL_RETURN); > | -----------------------------...--------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\System\Wmi\mod.rs:1:1 > | > 1 | windows_targets::link!("mi.dll" "cdecl" fn MI_Application_InitializeV1(flags : u32, applicationid : *const u16, extendederror : *mut *mut MI_Instance, application : *mut MI_Application) -> MI_Result); > | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\UI\Shell\mod.rs:724:1 > | > 724 | windows_targets::link!("shlwa...AndMessaging:: MESSAGEBOX_STYLE, ...) -> i32); > | -----------------------------...--------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\UI\Shell\mod.rs:726:1 > | > 726 | windows_targets::link!("shlwa...AndMessaging:: MESSAGEBOX_STYLE, ...) -> i32); > | -----------------------------...--------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\UI\Shell\mod.rs:861:1 > | > 861 | windows_targets::link!("shlwapi.dll" "cdecl" fn wnsprintfA(pszdest : windows_sys::core::PSTR, cchdest : i32, pszfmt : windows_sys::core::PCSTR, ...) -> i32); > | ------------------------------------------------------------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\UI\Shell\mod.rs:862:1 > | > 862 | windows_targets::link!("shlwapi.dll" "cdecl" fn wnsprintfW(pszdest : windows_sys::core::PWSTR, cchdest : i32, pszfmt : windows_sys::core::PCWSTR, ...) -> i32); > | -------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\UI\WindowsAndMessaging\mod.rs:451:1 > | > 451 | windows_targets::link!("user32.dll" "cdecl" fn wsprintfA(param0 : windows_sys::core::PSTR, param1 : windows_sys::core::PCSTR, ...) -> i32); > | ------------------------------------------------------------------------------------------------------------------------------------------ in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead > > warning: use of calling convention not supported on this target > --> R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-targets-0.52.6\src\lib.rs:39:9 > | > 36 | macro_rules! link { > | ----------------- in this expansion of `windows_targets::link!` > ... > 39 | / extern $abi { > 40 | | $(#[link_name=$link_name])? > 41 | | pub fn $($function)*; > 42 | | } > | |_________^ > | > ::: R:\apps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\windows-sys-0.59.0\src\Windows\Win32\UI\WindowsAndMessaging\mod.rs:452:1 > | > 452 | windows_targets::link!("user32.dll" "cdecl" fn wsprintfW(param0 : windows_sys::core::PWSTR, param1 : windows_sys::core::PCWSTR, ...) -> i32); > | -------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation > | > = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! > = note: for more information, see issue #137018 > = help: use `extern "C"` instead >