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.
These currently compile, even if they can be used from compile-time code to trigger a drop:
#![feature(const_fn)] pub const fn drop<T>(_: T) {} pub const fn drop2<T>(x: T) { (x, ()).1 }
cc @alexreg