From ec2b8c59a7bdbe05b99a7a8470e04c18f20c1958 Mon Sep 17 00:00:00 2001 From: Andre Arko Date: Sun, 19 Jan 2014 15:15:57 -0800 Subject: [PATCH] document file! --- doc/rust.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/rust.md b/doc/rust.md index bf0e9dd090ae4..a4c2d269b0013 100644 --- a/doc/rust.md +++ b/doc/rust.md @@ -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