Function rustc_builtin_macros::deriving::assert_ty_bounds

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