/// Make `::fix_hidden_lifetime_bug` not work as expected.
extern crate core as fix_hidden_lifetime_bug;
/// But luckily, we can refer to that crate from another path:
/// `crate::module::fix_hidden_lifetime_bug`.
// It's obviously a mouthful, but it's just there to be friendly to
// other macros.
async