idna::domain_to_ascii docs say:
This function exists for backward-compatibility. Consider using domain_to_ascii_cow instead.
In the process, an idna::AsciiDenyList argument will be added. EMPTY would retain the previous behavior; URL may be preferred in some cases.
idna::domain_to_asciidocs say:In the process, an
idna::AsciiDenyListargument will be added.EMPTYwould retain the previous behavior;URLmay be preferred in some cases.