]> git.lizzy.rs Git - rust.git/blob - src/librustdoc/html/highlight/fixtures/dos_line.html
Rollup merge of #99957 - chotchki:ip-globally-reachable_rebase, r=Mark-Simulacrum
[rust.git] / src / librustdoc / html / highlight / fixtures / dos_line.html
1 <span class="kw">pub fn </span>foo() {
2 <span class="macro">println!</span>(<span class="string">&quot;foo&quot;</span>);
3 }