usecaptures::*;// Detects garbage and tells us about all of it
fnmultierror(){capture!(
garbage a,
garbage a b c d e f,mut garbage a b,
all mut a,
clone mutmut,
clone ;,ref clone a,mut clone a,
with clone b = ex,
with a =refmut,
with a =1234,);}fnmain(){multierror();}