]> git.proxmox.com Git - rustc.git/blob - src/doc/book/2018-edition/dot/trpl15-02.dot
New upstream version 1.27.1+dfsg1
[rustc.git] / src / doc / book / 2018-edition / dot / trpl15-02.dot
1 digraph {
2 rankdir=LR;
3 overlap=false;
4 dpi=300.0;
5 node [shape="plaintext"];
6
7 table0[label=<
8 <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0">
9 <TR><TD COLSPAN="2" SIDES="B">Cons</TD></TR>
10 <TR><TD>i32</TD><TD>
11 <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0">
12 <TR><TD SIDES="B">Box</TD></TR>
13 <TR><TD>usize</TD></TR>
14 </TABLE>
15 </TD></TR>
16 </TABLE>>];
17 }
18