Prevent drop at compile time

I read this as "I want the compiler to check" if there's a path to drop, excluding panic or exit. A classic "does not live long enough" error, for a specific lifetime circumstance or requirement.

Prior to yesterday, I might have said something about the 'static lifetime, but now what little I knew about lifetimes is all wrong, and this one is called out explicitly as not actually meaning this.