Skip to content

Commit

Permalink
add link to issue number, ignore snippet that requires custom linking
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorge Aparicio committed Apr 6, 2017
1 parent 763beff commit 7d25e76
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions 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).

------------------------

Expand Down Expand Up @@ -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]
Expand Down

0 comments on commit 7d25e76

Please sign in to comment.