mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-08 01:28:18 +03:00
document file!
This commit is contained in:
@@ -484,6 +484,7 @@ include:
|
||||
|
||||
* `fmt!` : format data into a string
|
||||
* `env!` : look up an environment variable's value at compile time
|
||||
* `file!`: return the path to the file being compiled
|
||||
* `stringify!` : pretty-print the Rust expression given as an argument
|
||||
* `include!` : include the Rust expression in the given file
|
||||
* `include_str!` : include the contents of the given file as a string
|
||||
|
||||
Reference in New Issue
Block a user