Skip to content

Commit bc43f11

Browse files
committed
rarw
1 parent a5e9fc0 commit bc43f11

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

compiler/rustc_next_trait_solver/src/solve/search_graph.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ where
116116
input: CanonicalInput<I>,
117117
inspect: &mut Self::ProofTreeBuilder,
118118
) -> QueryResult<I> {
119+
println!("compute_goal");
119120
ensure_sufficient_stack(|| {
120121
EvalCtxt::enter_canonical(cx, search_graph, input, inspect, |ecx, goal| {
121122
let result = ecx.compute_goal(goal);

compiler/rustc_type_ir/src/search_graph/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ pub enum PathKind {
140140
/// any other segment does not change its kind.
141141
///
142142
/// This is currently only used when fuzzing to support negative reasoning.
143-
/// For more details, see #TODO.
143+
/// For more details, see #143054.
144144
ForcedAmbiguity,
145145
}
146146

0 commit comments

Comments
 (0)