We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7820d2c commit 9a8cf3dCopy full SHA for 9a8cf3d
compiler/rustc_trait_selection/src/solve/select.rs
@@ -15,6 +15,7 @@ use crate::solve::inspect::{self, ProofTreeInferCtxtExt};
15
16
#[extension(pub trait InferCtxtSelectExt<'tcx>)]
17
impl<'tcx> InferCtxt<'tcx> {
18
+ /// Do not use this directly. This is called from [`crate::traits::SelectionContext::select`].
19
fn select_in_new_trait_solver(
20
&self,
21
obligation: &TraitObligation<'tcx>,
0 commit comments