ignore the .init_array doctest
as it's specific to ELF and won't pass on macOS / Windows
This commit is contained in:
parent
7d25e768ea
commit
f4f79c3304
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user