Update library/core/src/macros/mod.rs
Co-authored-by: Joshua Nelson <joshua@yottadb.com>
This commit is contained in:
parent
dee54244a6
commit
3d7fcfff76
1 changed files with 1 additions and 1 deletions
|
@ -816,7 +816,7 @@ pub(crate) mod builtin {
|
||||||
#[macro_export]
|
#[macro_export]
|
||||||
macro_rules! env {
|
macro_rules! env {
|
||||||
($name:expr $(,)?) => {{ /* compiler built-in */ }};
|
($name:expr $(,)?) => {{ /* compiler built-in */ }};
|
||||||
($name:expr, $error_msg:expr) => {{ /* compiler built-in */ }};
|
($name:expr, $error_msg:expr $(,)?) => {{ /* compiler built-in */ }};
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Optionally inspects an environment variable at compile time.
|
/// Optionally inspects an environment variable at compile time.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue