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.
1 parent 5fa22fe commit dee5424Copy full SHA for dee5424
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