rust/compiler/rustc_codegen_ssa
Guillaume Gomez 27bc496564
Rollup merge of #120485 - chenyukang:yukang-add-query-instability-check, r=michaelwoerister
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?
2024-01-30 16:57:51 +01:00
..
src Rollup merge of #120485 - chenyukang:yukang-add-query-instability-check, r=michaelwoerister 2024-01-30 16:57:51 +01:00
Cargo.toml Update to bitflags 2 in the compiler 2023-12-30 18:17:28 +01:00
README.md mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
messages.ftl Correct the anchor of an URL in an error message 2024-01-22 01:02:20 +09:00

README.md

Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.