-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove the remove TODO on Compilation.native_dirs #6194
Remove the remove TODO on Compilation.native_dirs #6194
Conversation
r? @matklad (rust_highfive has picked a reviewer for you, use r? to override) |
Hm it looks like there's travis failure? |
☔ The latest upstream changes (presumably #6193) made this pull request unmergeable. Please resolve the merge conflicts. |
@bors: delegate+ |
✌️ @dwijnand can now approve this pull request |
Is |
No, there's another usage. |
87d4afc
to
ab1bd24
Compare
The test failures are legitimate. How do we remove |
Ah we may just not be able to remove it at this time (as it seems to have lingering usage!) |
It's still used, see tests: * build_script::doctest_receives_build_link_args * build_script::rename_with_link_search_path * run::run_with_library_paths * run::library_paths_sorted_alphabetically
ab1bd24
to
b9f864e
Compare
@bors r+ |
📌 Commit b9f864e has been approved by |
…=dwijnand Remove the remote TODO on Compilation.native_dirs It's still used, see tests: * build_script::doctest_receives_build_link_args * build_script::rename_with_link_search_path * run::run_with_library_paths * run::library_paths_sorted_alphabetically Originally I was trying to action #792 (comment) with this PR
☀️ Test successful - status-appveyor, status-travis |
`native_dirs` is still in use. See< rust-lang#6194>
`native_dirs` is still in use. See <rust-lang#6194>
`native_dirs` is still in use. See <rust-lang#6194>
It's still used, see tests:
Originally I was trying to action #792 (comment) with this PR