]> git.proxmox.com Git - rustc.git/blob - src/test/run-make-fulldeps/coverage-spanview/expected_mir_dump.used_crate/used_crate.unused_function.-------.InstrumentCoverage.0.html
New upstream version 1.52.0~beta.3+dfsg1
[rustc.git] / src / test / run-make-fulldeps / coverage-spanview / expected_mir_dump.used_crate / used_crate.unused_function.-------.InstrumentCoverage.0.html
1 <!DOCTYPE html>
2 <!--
3
4 Preview this file as rendered HTML from the github source at:
5 https://htmlpreview.github.io/?https://github.com/rust-lang/rust/blob/master/src/test/run-make-fulldeps/coverage-spanview/expected_mir_dump.used_crate/used_crate.unused_function.-------.InstrumentCoverage.0.html
6
7 For revisions in Pull Requests (PR):
8 * Replace "rust-lang" with the github PR author
9 * Replace "master" with the PR branch name
10
11 -->
12 <html>
13 <head>
14 <title>used_crate.unused_function - Coverage Spans</title>
15 <style>
16 .line {
17 counter-increment: line;
18 }
19 .line:before {
20 content: counter(line) ": ";
21 font-family: Menlo, Monaco, monospace;
22 font-style: italic;
23 width: 3.8em;
24 display: inline-block;
25 text-align: right;
26 filter: opacity(50%);
27 -webkit-user-select: none;
28 }
29 .code {
30 color: #dddddd;
31 background-color: #222222;
32 font-family: Menlo, Monaco, monospace;
33 line-height: 1.4em;
34 border-bottom: 2px solid #222222;
35 white-space: pre;
36 display: inline-block;
37 }
38 .odd {
39 background-color: #55bbff;
40 color: #223311;
41 }
42 .even {
43 background-color: #ee7756;
44 color: #551133;
45 }
46 .code {
47 --index: calc(var(--layer) - 1);
48 padding-top: calc(var(--index) * 0.15em);
49 filter:
50 hue-rotate(calc(var(--index) * 25deg))
51 saturate(calc(100% - (var(--index) * 2%)))
52 brightness(calc(100% - (var(--index) * 1.5%)));
53 }
54 .annotation {
55 color: #4444ff;
56 font-family: monospace;
57 font-style: italic;
58 display: none;
59 -webkit-user-select: none;
60 }
61 body:active .annotation {
62 /* requires holding mouse down anywhere on the page */
63 display: inline-block;
64 }
65 span:hover .annotation {
66 /* requires hover over a span ONLY on its first line */
67 display: inline-block;
68 }
69 </style>
70 </head>
71 <body>
72 <div class="code" style="counter-reset: line 36"><span class="line"><span><span class="code even" style="--layer: 1" title="38:19-38:35: @0.Call: _4 = std::env::args() -&gt; [return: bb1, unwind: bb8]
73 38:19-38:35: @1[0]: _3 = &amp;_4
74 38:19-38:41: @1.Call: _2 = &lt;std::env::Args as std::iter::ExactSizeIterator&gt;::len(move _3) -&gt; [return: bb2, unwind: bb7]
75 38:19-38:46: @2[1]: _1 = Eq(move _2, const 1_usize)
76 38:9-38:16: @2[3]: FakeRead(ForLet, _1)
77 39:25-39:26: @3[2]: _5 = const 2_i32
78 39:9-39:22: @3[3]: FakeRead(ForLet, _5)
79 40:9-40:16: @3[6]: _7 = _1
80 40:8-40:16: @3[7]: _6 = Not(move _7)"><span class="annotation">@0,1,2,3</span>pub fn unused_function() {</span></span>
81 <span class="line"><span class="code even" style="--layer: 1" title="38:19-38:35: @0.Call: _4 = std::env::args() -&gt; [return: bb1, unwind: bb8]
82 38:19-38:35: @1[0]: _3 = &amp;_4
83 38:19-38:41: @1.Call: _2 = &lt;std::env::Args as std::iter::ExactSizeIterator&gt;::len(move _3) -&gt; [return: bb2, unwind: bb7]
84 38:19-38:46: @2[1]: _1 = Eq(move _2, const 1_usize)
85 38:9-38:16: @2[3]: FakeRead(ForLet, _1)
86 39:25-39:26: @3[2]: _5 = const 2_i32
87 39:9-39:22: @3[3]: FakeRead(ForLet, _5)
88 40:9-40:16: @3[6]: _7 = _1
89 40:8-40:16: @3[7]: _6 = Not(move _7)"> let is_true = std::env::args().len() == 1;</span></span>
90 <span class="line"><span class="code even" style="--layer: 1" title="38:19-38:35: @0.Call: _4 = std::env::args() -&gt; [return: bb1, unwind: bb8]
91 38:19-38:35: @1[0]: _3 = &amp;_4
92 38:19-38:41: @1.Call: _2 = &lt;std::env::Args as std::iter::ExactSizeIterator&gt;::len(move _3) -&gt; [return: bb2, unwind: bb7]
93 38:19-38:46: @2[1]: _1 = Eq(move _2, const 1_usize)
94 38:9-38:16: @2[3]: FakeRead(ForLet, _1)
95 39:25-39:26: @3[2]: _5 = const 2_i32
96 39:9-39:22: @3[3]: FakeRead(ForLet, _5)
97 40:9-40:16: @3[6]: _7 = _1
98 40:8-40:16: @3[7]: _6 = Not(move _7)"> let mut countdown = 2;</span></span>
99 <span class="line"><span class="code even" style="--layer: 1" title="38:19-38:35: @0.Call: _4 = std::env::args() -&gt; [return: bb1, unwind: bb8]
100 38:19-38:35: @1[0]: _3 = &amp;_4
101 38:19-38:41: @1.Call: _2 = &lt;std::env::Args as std::iter::ExactSizeIterator&gt;::len(move _3) -&gt; [return: bb2, unwind: bb7]
102 38:19-38:46: @2[1]: _1 = Eq(move _2, const 1_usize)
103 38:9-38:16: @2[3]: FakeRead(ForLet, _1)
104 39:25-39:26: @3[2]: _5 = const 2_i32
105 39:9-39:22: @3[3]: FakeRead(ForLet, _5)
106 40:9-40:16: @3[6]: _7 = _1
107 40:8-40:16: @3[7]: _6 = Not(move _7)"> if !is_true<span class="annotation">⦉@0,1,2,3</span></span></span><span class="code" style="--layer: 0"> </span><span><span class="code odd" style="--layer: 1" title="41:9-41:23: @4[0]: _5 = const 20_i32
108 40:17-42:6: @4[1]: _0 = const ()"><span class="annotation">@4</span>{</span></span>
109 <span class="line"><span class="code odd" style="--layer: 1" title="41:9-41:23: @4[0]: _5 = const 20_i32
110 40:17-42:6: @4[1]: _0 = const ()"> countdown = 20;</span></span>
111 <span class="line"><span class="code odd" style="--layer: 1" title="41:9-41:23: @4[0]: _5 = const 20_i32
112 40:17-42:6: @4[1]: _0 = const ()"> }<span class="annotation">⦉@4</span></span></span><span><span class="code even" style="--layer: 1" title="42:6-42:6: @5[0]: _0 = const ()"><span class="annotation">@5</span><span class="annotation">⦉@5</span></span></span><span class="code" style="--layer: 0"></span></span>
113 <span class="line"><span class="code" style="--layer: 0">}</span><span><span class="code odd" style="--layer: 1" title="43:2-43:2: @6.Return: return"><span class="annotation">@6</span><span class="annotation">⦉@6</span></span></span></span></div>
114 </body>
115 </html>