Skip to content

Commit 192e7b8

Browse files
committed
fix presentation so that left column of table is readable in browser.
1 parent 8704a94 commit 192e7b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

posts/inside-rust/2022-08-08-compiler-team-2022-midyear-report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ But, since we *do* have those multiple choice answers available, I took a stab a
7676

7777
[^1]: Source code for generating the table rows is at this [gist](https://gist.github.com/pnkfelix/dc4b6875dd31fbf4e0864d8b7dba8dc6)
7878

79-
<table style="width: 100vw; position: relative; left: 50%; right: 50%; margin-left: -50vw; margin-right: -50vw;">
79+
<table style="width: 100vw; position: relative; left: 50%; right: 50%; margin-left: -49vw; margin-right: -50vw;">
8080

8181
<tr style="position: sticky; top: 0; background: #EBEBEB;"><th></th><th><a href="#async-traits">async traits</a></th><th><a href="#diagnostics-aspirations-">diagnostics improvements</a></th><th><a href="#safe-transmute">safe transmute</a></th><th><a href="#chalk">chalk</a></th><th><a href="#generic-associated-types">Generic Associated Types</a></th><th><a href="#performance-dashboard">Performance Dashboard</a></th><th><a href="#ease-writing-new-backends-via-intrinsic-mir-fallbacks">intrinsic MIR fallbacks</a></th><th><a href="#p-high-backlog-processing-aspirations-">P-high backlog processing</a></th><th><a href="#better-integration-with-trace-based-debuggers">better integration with trace-based debuggers</a></th><th><a href="#mcve-reduction-tooling">MCVE reduction tooling</a></th><th><a href="#incremental-compilation-aspirations">Incremental Compilation</a></th><th><a href="#wg-debugging">wg-debugging</a></th><th><a href="#debugging-aspirations-">Debugging Aspirations</a></th><th><a href="#improving-debuginfo-quality">improving Rust's debuginfo quality</a></th><th><a href="#gcc-backend">GCC backend</a></th><th><a href="#i-unsound-issues-">I-unsound issues</a></th><th><a href="#const-generics-and-const-eval">const-generics and const-eval</a></th><th><a href="#async-crashdump-dissection">async crashdump dissection</a></th><th><a href="#faster-builds-initiatives--%EF%B8%8F">Faster Builds</a></th><th><a href="#mir-tooling-stable-mir-and-ghost-code">MIR tooling</a></th><th><a href="#cranelift">Cranelift</a></th><th><a href="#supporting-split-debuginfo">supporting split debuginfo</a></th></tr>
8282
<tr><th style=color:darkgreen rowspan=2>any-progress?</th><td style=color:darkgreen>y</td><td style=color:darkgreen>y</td><td style=color:darkgreen>y</td><td style=color:darkgreen>y</td><td style=color:darkgreen>y</td><td style=color:darkgreen>y</td><td style=color:darkgreen>y</td><td style=color:darkgreen>y</td><td style=color:darkgreen> </td><td style=color:darkgreen> </td><td style=color:darkgreen>y</td><td style=color:darkgreen>y</td><td style=color:darkgreen>y</td><td style=color:darkgreen>y</td><td style=color:darkgreen>y</td><td style=color:darkgreen>y</td><td style=color:darkgreen>y</td><td style=color:darkgreen>y</td><td style=color:darkgreen>y</td><td style=color:darkgreen>y</td><td style=color:darkgreen>y</td><td style=color:darkgreen> </td></tr>

0 commit comments

Comments
 (0)