We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18061e8 commit ec2b8c5Copy full SHA for ec2b8c5
doc/rust.md
@@ -484,6 +484,7 @@ include:
484
485
* `fmt!` : format data into a string
486
* `env!` : look up an environment variable's value at compile time
487
+* `file!`: return the path to the file being compiled
488
* `stringify!` : pretty-print the Rust expression given as an argument
489
* `include!` : include the Rust expression in the given file
490
* `include_str!` : include the contents of the given file as a string
0 commit comments