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> {
199199}
200200
201201/// 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]:
203205///
204206/// ```text
205- /// top
206- /// / / \ \
207+ /// top
208+ /// / ... / / \ \ ... \
207209/// all possible values of `T`
208- /// \ \ / /
209- /// bottom
210+ /// \ ... \ \ / / ... /
211+ /// bottom
210212/// ```
211213///
212214/// [Hasse diagram]: https://en.wikipedia.org/wiki/Hasse_diagram
You can’t perform that action at this time.
0 commit comments