mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-03 18:57:19 +00:00

add missing potential_query_instability for keys and values in hashmap From https://github.com/rust-lang/rust/pull/120435#discussion_r1468883787, These API are also returning iterator, so we need add `potential_query_instability` for them?
Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.