about summary refs log tree commit diff
path: root/src/test/mir-opt/spanview_statement.main.mir_map.0.html
diff options
context:
space:
mode:
authorJakob Degen <jakob.e.degen@gmail.com>2022-09-04 20:00:31 -0700
committerJakob Degen <jakob.e.degen@gmail.com>2022-10-27 00:21:57 -0700
commitc4c4c566d080ccd7511ce6151ef5f7a6ed39522f (patch)
tree1604430aa07fb9a93f49e9bd43eddc987ddb28e0 /src/test/mir-opt/spanview_statement.main.mir_map.0.html
parent36285c5de8915ecc00d91ae0baa79a87ed5858d5 (diff)
downloadrust-c4c4c566d080ccd7511ce6151ef5f7a6ed39522f.tar.gz
rust-c4c4c566d080ccd7511ce6151ef5f7a6ed39522f.zip
Replace `mir_map.0` dump with `built` phase change dump
Diffstat (limited to 'src/test/mir-opt/spanview_statement.main.mir_map.0.html')
-rw-r--r--src/test/mir-opt/spanview_statement.main.mir_map.0.html66
1 files changed, 0 insertions, 66 deletions
diff --git a/src/test/mir-opt/spanview_statement.main.mir_map.0.html b/src/test/mir-opt/spanview_statement.main.mir_map.0.html
deleted file mode 100644
index abbff2270b7..00000000000
--- a/src/test/mir-opt/spanview_statement.main.mir_map.0.html
+++ /dev/null
@@ -1,66 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<title>spanview_statement.main.mir_map.0</title>
-<style>
-    .line {
-        counter-increment: line;
-    }
-    .line:before {
-        content: counter(line) ": ";
-        font-family: Menlo, Monaco, monospace;
-        font-style: italic;
-        width: 3.8em;
-        display: inline-block;
-        text-align: right;
-        filter: opacity(50%);
-        -webkit-user-select: none;
-    }
-    .code {
-        color: #dddddd;
-        background-color: #222222;
-        font-family: Menlo, Monaco, monospace;
-        line-height: 1.4em;
-        border-bottom: 2px solid #222222;
-        white-space: pre;
-        display: inline-block;
-    }
-    .odd {
-        background-color: #55bbff;
-        color: #223311;
-    }
-    .even {
-        background-color: #ee7756;
-        color: #551133;
-    }
-    .code {
-        --index: calc(var(--layer) - 1);
-        padding-top: calc(var(--index) * 0.15em);
-        filter:
-            hue-rotate(calc(var(--index) * 25deg))
-            saturate(calc(100% - (var(--index) * 2%)))
-            brightness(calc(100% - (var(--index) * 1.5%)));
-    }
-    .annotation {
-        color: #4444ff;
-        font-family: monospace;
-        font-style: italic;
-        display: none;
-        -webkit-user-select: none;
-    }
-    body:active .annotation {
-        /* requires holding mouse down anywhere on the page */
-        display: inline-block;
-    }
-    span:hover .annotation {
-        /* requires hover over a span ONLY on its first line */
-        display: inline-block;
-    }
-</style>
-</head>
-<body>
-<div class="code" style="counter-reset: line 4"><span class="line"><span class="code" style="--layer: 0">fn main() </span><span><span class="code even" style="--layer: 1" title="0[0]: $DIR/spanview-statement.rs:5:11: 5:13:
-    5:11-5:13: Assign: _0 = const ()"><span class="annotation">0[0]⦊</span>{}<span class="annotation">⦉0[0]</span></span></span><span><span class="code odd" style="--layer: 1" title="0:Return: $DIR/spanview-statement.rs:5:13: 5:13:
-    5:13-5:13: Return: return"><span class="annotation">0:Return⦊</span>‸<span class="annotation">⦉0:Return</span></span></span></span></div>
-</body>
-</html>