From: Jorge Aparicio Date: Thu, 6 Apr 2017 13:48:48 +0000 (-0500) Subject: add link to issue number, ignore snippet that requires custom linking X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=7d25e768ea58658a6523f4a0c1579582b298e43d;p=rust.git add link to issue number, ignore snippet that requires custom linking --- diff --git a/src/doc/unstable-book/src/used.md b/src/doc/unstable-book/src/used.md index 749c9a8ec28..cdda24acd70 100644 --- a/src/doc/unstable-book/src/used.md +++ b/src/doc/unstable-book/src/used.md @@ -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]