Sign in
rust
/
rust
/
244fc326f23b58bc9db6bd985c59b80098ff14c1
/
.
/
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>
);
}