pub macro type_ascribe($expr:expr, $ty:ty) {
    ...
}
🔬This is a nightly-only experimental API. (type_ascription)
Available on non-crate feature miri-test-libstd only.
Expand description

Unstable placeholder for type ascription.