We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d25e76 commit f4f79c3Copy full SHA for f4f79c3
src/doc/unstable-book/src/used.md
@@ -55,7 +55,7 @@ The ELF standard defines two special sections, `.init_array` and
55
in these sections (at least when linking programs that target the `*-*-linux-*`
56
targets).
57
58
-``` rust
+``` rust,ignore
59
#![feature(used)]
60
61
extern "C" fn before_main() {
0 commit comments