Results
Macro
std
::
macros
::
builtin
::
line!
(..)
Overview
Return the line in the current file.
Examples
println!
(
"
{}
:
{}
: Something happened
"
,
file!
(
)
,
line!
(
)
)
;