assert_ty_bounds

Function assert_ty_bounds 

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