I may have loved to have a "turn type checker off" or "turn borrow checker off" switch somewhere, at times.
I learned why these type and borrow checkers exist, and turning them off would only have hurt my design in the long run, which my level of experience allows me to understand.
Many developers look at these tools and just want them out of the way, rather than learning to be supported in their day-to-day work by the backing decisions behind these tools.
Luckily, some ecosystems do not allow for turning these tools off.
I come from the context of #PHP, where everything can be changed at will, almost trivially, even in third-party stuff.
While this may sound cool at first, it opens the gates to tons of political fights in technical teams that want to "ship fast" and "cut corners".
Most quality tooling in #PHP is injected manually, due to the language being very lenient: that means constantly having to explain the presence of the tools.