Macro ::std::macros::builtin::file!(..)

Overview

Return the name of the current file.

Examples

println!("{}:{}: Something happened", file!(), line!());