add -preview=dip1021 to Phobos makefile
time to integrate dip1021
https://github.com/dlang/DIPs/blob/master/DIPs/accepted/DIP1021.md
Thanks for your pull request, @WalterBright!
Bugzilla references
Your PR doesn't reference any Bugzilla issue.
If your PR contains non-trivial changes, please reference a Bugzilla issue or create a manual changelog.
Testing this PR locally
If you don't have a local development environment setup, you can use Digger to test this PR:
dub run digger -- build "master + phobos#8980"
Since -preview=dip1021 is a breaking change, shouldn't it be ineligible for the base language edition?
I guess the goal is to test it more in the wild, and adding the flag here just adds restrictions to Phobos' code without affecting any user code.