Add rationale for rustc_type_ir
behind allowing rustc::potential-query-instability lint
#131318
Labels
C-cleanup
Category: PRs that clean code up or issues documenting cleanup.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Context: #84447
Motivation:
To do: Add a comment explaning the rationale behind allowing rustc::potential-query-instability lint for all occurrences in the file
compiler/rustc_type_ir/src/search_graph/mod.rs
. You can find the places where this lint is triggered by searching with#[allow(rustc::potential_query_instability)]
in this file.The text was updated successfully, but these errors were encountered: