mirror of
https://github.com/openharmony/third_party_rust_rust.git
synced 2026-07-18 01:04:42 -04:00
a803f313fd
always use `anonymize_bound_vars` Unless this is perf-sensitive, it's probably best to always use one anonymize function that does the right thing for all bound vars. r? types