]> git.lizzy.rs Git - rust.git/commitdiff
add link to issue number, ignore snippet that requires custom linking
authorJorge Aparicio <japaricious@gmail.com>
Thu, 6 Apr 2017 13:48:48 +0000 (08:48 -0500)
committerJorge Aparicio <japaricious@gmail.com>
Thu, 6 Apr 2017 13:48:48 +0000 (08:48 -0500)
src/doc/unstable-book/src/used.md

index 749c9a8ec288c860c98c2bf3a242f923a0e63280..cdda24acd708b5c2431bd1893592059f49788ca1 100644 (file)
@@ -1,6 +1,7 @@
 # `used`
 
-The tracking issue for this feature is: 40289.
+The tracking issue for this feature
+is: [40289](https://github.com/rust-lang/rust/issues/40289).
 
 ------------------------
 
@@ -85,7 +86,7 @@ turned on, to be placed near the start of their FLASH memory to boot properly.
 This condition can be met using `#[used]` and `#[link_section]` plus a linker
 script.
 
-``` rust
+``` rust,ignore
 #![feature(lang_items)]
 #![feature(used)]
 #![no_main]