Skip to content
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 compatibility code for passing miri flags via cargo arguments #1769

Merged
merged 1 commit into from
Apr 22, 2021

Conversation

RalfJung
Copy link
Member

With #1540, we deprecated cargo miri test -- -Zmiri-disable-stacked-borrows as a style of passing flags to Miri, introducing MIRIFLAGS="-Zmiri-disable-stacked-borrows" cargo miri test instead. This made cargo miri more compatible with cargo; both now behave the same in terms of argument parsing.

However, to avoid breaking things, I introduced some backwards compatibility hack such that the old way would still work. Six months later, I think it is time to remove that hack.

@RalfJung
Copy link
Member Author

@oli-obk any objections to merging this?

@oli-obk
Copy link
Contributor

oli-obk commented Apr 22, 2021

@bors r+

@bors
Copy link
Collaborator

bors commented Apr 22, 2021

📌 Commit eaba4b2 has been approved by oli-obk

@bors
Copy link
Collaborator

bors commented Apr 22, 2021

⌛ Testing commit eaba4b2 with merge 58436e9...

@bors
Copy link
Collaborator

bors commented Apr 22, 2021

☀️ Test successful - checks-actions
Approved by: oli-obk
Pushing 58436e9 to master...

@bors bors merged commit 58436e9 into rust-lang:master Apr 22, 2021
@RalfJung RalfJung deleted the remove-compat branch April 25, 2021 16:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants