We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
contains interior mutability
may contain interior mutability
The following error is a bit misleading:
the type SomeTrait + 'static contains interior mutability and a reference may not be safely transferrable across a catch_unwind boundary
Since SomeTrait is a trait object, it seems to me may contain (...) is more precise.
SomeTrait
may contain (...)