rustc_builtin_macros::deriving

Function assert_ty_bounds

Source
fn assert_ty_bounds(
    cx: &ExtCtxt<'_>,
    stmts: &mut ThinVec<Stmt>,
    ty: P<Ty>,
    span: Span,
    assert_path: &[Symbol],
)