macro_rules! location {
() => { ... };
}๐Deprecated since 0.5.0: Use
group! insteadExpand description
Captures the current source file and line number as error context.
This macro creates an ErrorContext::location
using the file!() and line!() built-in macros.
ยงDeprecated
Use group! instead since version 0.5.0.