Module rustc_builtin_macros::source_util
source · 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 π