mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-31 05:26:23 +03:00
4babf87ac3
Test EII UI tests with prefer-dynamic Tracking issue: rust-lang/rust#125418 Remove `no-prefer-dynamic` from the EII UI tests now that rust-lang/rust#153648 fixed exporting EII declaration aliases from dylibs. Fixes rust-lang/rust#151271. Tested with: ```sh python3 x.py test tests/ui/eii --force-rerun ```