We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 285ea2f + 3d7fcff commit b0bd056Copy full SHA for b0bd056
library/core/src/macros/mod.rs
@@ -816,6 +816,7 @@ pub(crate) mod builtin {
816
#[macro_export]
817
macro_rules! env {
818
($name:expr $(,)?) => {{ /* compiler built-in */ }};
819
+ ($name:expr, $error_msg:expr $(,)?) => {{ /* compiler built-in */ }};
820
}
821
822
/// Optionally inspects an environment variable at compile time.
0 commit comments