macro_rules! concat_with_preamble {
    ($($args:expr),* $(,)?) => { ... };
}
Expand description

Concats arguments with preamble consisting of the originating file and line.