pub const fn must_use<T>(t: T) -> T
A function which emits a warning if its return value is not used.