Functions§
- expand_
column 🔒 - expand_
file 🔒 - file!(): expands to the current filename */
The source_file (
loc.file
) contains a bunch more information we could spit out if we wanted. - expand_
include 🔒 - include! : parse the given file as an expr This is generally a bad idea because it’s going to behave unhygienically.
- expand_
include_ 🔒bytes - expand_
include_ 🔒str include_str!
: read the given file, insert it as a literal string expr- expand_
line 🔒 - line!(): expands to the current line number
- expand_
mod 🔒 - expand_
stringify 🔒 - find_
path_ 🔒suggestion - load_
binary_ 🔒file