We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dee5424 commit 3d7fcffCopy full SHA for 3d7fcff
library/core/src/macros/mod.rs
@@ -816,7 +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 */ }};
+ ($name:expr, $error_msg:expr $(,)?) => {{ /* compiler built-in */ }};
820
}
821
822
/// Optionally inspects an environment variable at compile time.
0 commit comments