]> git.lizzy.rs Git - rust.git/blobdiff - src/doc/trpl/no-stdlib.md
TRPL: Add `rust` Marker to Some Code Block
[rust.git] / src / doc / trpl / no-stdlib.md
index 67db919c59f45a0f9cdf6b0ed9c872ceb3e5f13f..0a985334b5e4b694d797eb673986bc4fdebbbbe2 100644 (file)
@@ -20,7 +20,7 @@ default shim for the C `main` function with your own.
 The function marked `#[start]` is passed the command line parameters
 in the same format as C:
 
-```
+```rust
 #![feature(lang_items, start, no_std, libc)]
 #![no_std]