Sign in
rust
/
rust
/
08cd08fbef8c6663b052d8d9e4930d5696cbb8a7
/
.
/
src
/
librustdoc
/
html
/
highlight
/
fixtures
/
dos_line.html
blob: b98e6712590c2c002561b423d0658a57f4710c88 [
file
]
<span
class
=
"kw"
>
pub fn
</span>
foo() {
<span
class
=
"macro"
>
println!
</span>
(
<span
class
=
"string"
>
"foo"
</span>
);
}