Skip to content

Commit f4f79c3

Browse files
author
Jorge Aparicio
committed
ignore the .init_array doctest
as it's specific to ELF and won't pass on macOS / Windows
1 parent 7d25e76 commit f4f79c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ The ELF standard defines two special sections, `.init_array` and
5555
in these sections (at least when linking programs that target the `*-*-linux-*`
5656
targets).
5757

58-
``` rust
58+
``` rust,ignore
5959
#![feature(used)]
6060
6161
extern "C" fn before_main() {

0 commit comments

Comments
 (0)