macro_rules! code_path {
($($context:expr_2021),* $(,)?) => { ... };
}Expand description
Returns the current code scope with location, e.g.
foo::bar at src/lib.rs:80:17
Optionally accepts one or more tokens that concat! can combine into a
string literal.