mirror of
https://github.com/Noratrieb/slides.git
synced 2026-01-14 16:35:07 +01:00
more
This commit is contained in:
parent
4aeb19c22e
commit
6b1eea5f7f
4 changed files with 125 additions and 3 deletions
19
index.html
19
index.html
|
|
@ -164,6 +164,7 @@
|
|||
- rustfmt
|
||||
- rustup
|
||||
- clippy
|
||||
- cargo
|
||||
</textarea>
|
||||
</section>
|
||||
<section data-markdown>
|
||||
|
|
@ -184,6 +185,17 @@
|
|||
- internal compiler error fixes
|
||||
</textarea>
|
||||
</section>
|
||||
<section>
|
||||
<h2>diagnostics</h2>
|
||||
<img src="my-first.png">
|
||||
</section>
|
||||
<section>
|
||||
<h2>how to</h2>
|
||||
<img src="A-diagnostics.png">
|
||||
<br>
|
||||
<a href="https://rustc-dev-guide.rust-lang.org/">https://rustc-dev-guide.rust-lang.org/</a>
|
||||
<p>zulip.rust-lang.org, #t-compiler/help</p>
|
||||
</section>
|
||||
<section data-markdown>
|
||||
<textarea data-template>
|
||||
## reviews
|
||||
|
|
@ -201,10 +213,13 @@
|
|||
## review times
|
||||
|
||||
- volunteers
|
||||
- up to ~2 weeks
|
||||
- ping if it takes longer
|
||||
- weeks
|
||||
- rust-lang/rust: ping if >2 weeks
|
||||
</textarea>
|
||||
</section>
|
||||
<section>
|
||||
<h2>see you on GitHub!</h2>
|
||||
</section>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue