mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-29 11:51:31 +03:00
c0bbebfa26
rustdoc: Use configured target modifiers when collecting doctests To support loading dependencies with target modifiers and avoid ABI mismatch errors. Fixes rust-lang/rust#146465.