How to use zstd as debug info compression method?

Rust nightly already had -Zdebuginfo-compression=zstd option, but use it get warning: unknown debuginfo compression algorithm zstd - will fall back to uncompressed debuginfo.

How to set debuginfo-compression=zstd to work normally, any other settings?