Skip to content

Commit 13aa900

Browse files
committed
this is not a rust code snippet
1 parent 242633f commit 13aa900

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

compiler/rustc_trait_selection/src/solve/search_graph.rs

+5-4
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,11 @@ struct DetachedEntry<'tcx> {
6161
///
6262
/// Given the following rules, when proving `A` the head for
6363
/// the provisional entry of `C` would be `B`.
64-
///
65-
/// A :- B
66-
/// B :- C
67-
/// C :- A + B + C
64+
/// ```plain
65+
/// A :- B
66+
/// B :- C
67+
/// C :- A + B + C
68+
/// ```
6869
head: StackDepth,
6970
result: QueryResult<'tcx>,
7071
}

0 commit comments

Comments
 (0)