pub type MetaWarning<M> = Meta<Warning, M>;
Located warning.
struct MetaWarning<M>(pub Warning, pub M);
0: Warning
1: M