rollup merge of #17326 : brson/wintest
This commit is contained in:
commit
3cf43aeb4f
1 changed files with 2 additions and 2 deletions
|
|
@ -434,8 +434,8 @@ pub mod builtin {
|
|||
/// # Example
|
||||
///
|
||||
/// ```rust
|
||||
/// let home: &'static str = env!("HOME");
|
||||
/// println!("the home directory at the time of compiling was: {}", home);
|
||||
/// let path: &'static str = env!("PATH");
|
||||
/// println!("the $PATH variable at the time of compiling was: {}", path);
|
||||
/// ```
|
||||
#[macro_export]
|
||||
macro_rules! env( ($name:expr) => ({ /* compiler built-in */ }) )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue