Skip to content

Commit 7d25e76

Browse files
author
Jorge Aparicio
committed
add link to issue number, ignore snippet that requires custom linking
1 parent 763beff commit 7d25e76

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/doc/unstable-book/src/used.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# `used`
22

3-
The tracking issue for this feature is: 40289.
3+
The tracking issue for this feature
4+
is: [40289](https://github.com/rust-lang/rust/issues/40289).
45

56
------------------------
67

@@ -85,7 +86,7 @@ turned on, to be placed near the start of their FLASH memory to boot properly.
8586
This condition can be met using `#[used]` and `#[link_section]` plus a linker
8687
script.
8788

88-
``` rust
89+
``` rust,ignore
8990
#![feature(lang_items)]
9091
#![feature(used)]
9192
#![no_main]

0 commit comments

Comments
 (0)