]> git.lizzy.rs Git - rust.git/blobdiff - src/doc/unstable-book/src/used.md
ignore the .init_array doctest
[rust.git] / src / doc / unstable-book / src / used.md
index cdda24acd708b5c2431bd1893592059f49788ca1..75a8b2774f42242e4790f7ca521c958c6f7f507d 100644 (file)
@@ -55,7 +55,7 @@ The ELF standard defines two special sections, `.init_array` and
 in these sections (at least when linking programs that target the `*-*-linux-*`
 targets).
 
-``` rust
+``` rust,ignore
 #![feature(used)]
 
 extern "C" fn before_main() {