File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
compiler/rustc_mir_dataflow/src/framework Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -199,14 +199,16 @@ impl<T: JoinSemiLattice> MeetSemiLattice for Dual<T> {
199
199
}
200
200
201
201
/// Extends a type `T` with top and bottom elements to make it a partially ordered set in which no
202
- /// value of `T` is comparable with any other. A flat set has the following [Hasse diagram]:
202
+ /// value of `T` is comparable with any other.
203
+ ///
204
+ /// A flat set has the following [Hasse diagram]:
203
205
///
204
206
/// ```text
205
- /// top
206
- /// / / \ \
207
+ /// top
208
+ /// / ... / / \ \ ... \
207
209
/// all possible values of `T`
208
- /// \ \ / /
209
- /// bottom
210
+ /// \ ... \ \ / / ... /
211
+ /// bottom
210
212
/// ```
211
213
///
212
214
/// [Hasse diagram]: https://en.wikipedia.org/wiki/Hasse_diagram
You can’t perform that action at this time.
0 commit comments