Function rustc_ast::util::classify::type_trailing_braced_mac_call

source ·
fn type_trailing_braced_mac_call(ty: &Ty) -> Option<&MacCall>
Expand description

If the type’s last token is }, it must be due to a braced macro call, such as in *const brace! { ... }. Returns that trailing macro call.