Stable Extend::extend_one alternative
Alternative to Extend::extend_one that is stable and does not require #![feature(extend_one)].
Example
use proc_macro2 as pm2;
use Extend1;
let mut ts = new;
ts.extend1;
assert_eq!;