mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
This feature degrades the debugging experience and causes a large number of unit test failures. These were both known issues, but our planned debugger improvements won't be ready for a while. Until then, we'll leave the feature under a compiler option, and developers can adopt it at there own speed for now when they are ready to fix lifetime issues in their code. rdar://76177280 (Disable mandatory-copy-propagation (-Onone only))