On Mon, Aug 25, 2025 at 8:40 AM Manos Pitsidianakis
<manos.pitsidiana...@linaro.org> wrote:
> Why can't tracetool support this? Can't we just add the permutations
> in the C_TO_RUST_TYPE_MAP dict in "[PATCH 06/14] tracetool: Add Rust
> format support"?
>
> +    "unsigned long long": "std::ffi::c_ulonglong",
> +    "long unsigned long": "std::ffi::c_ulonglong",
> +    "long long unsigned": "std::ffi::c_ulonglong",

Just laziness. I guess I can just sort the keywords.

Paolo


Reply via email to