Skip to content

Commit

Permalink
document file!
Browse files Browse the repository at this point in the history
  • Loading branch information
indirect committed Jan 19, 2014
1 parent 18061e8 commit ec2b8c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/rust.md
Expand Up @@ -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
Expand Down

5 comments on commit ec2b8c5

@bors
Copy link
Contributor

@bors bors commented on ec2b8c5 Jan 21, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from alexcrichton
at indirect@ec2b8c5

@bors
Copy link
Contributor

@bors bors commented on ec2b8c5 Jan 21, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging indirect/rust/doc_file = ec2b8c5 into auto

@bors
Copy link
Contributor

@bors bors commented on ec2b8c5 Jan 21, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

indirect/rust/doc_file = ec2b8c5 merged ok, testing candidate = e65a8b8

@bors
Copy link
Contributor

@bors bors commented on ec2b8c5 Jan 21, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors
Copy link
Contributor

@bors bors commented on ec2b8c5 Jan 21, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding master to auto = e65a8b8

Please sign in to comment.