We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea3b6fa commit a74acb7Copy full SHA for a74acb7
lib/runtime-core/src/macros.rs
@@ -1,3 +1,5 @@
1
+/// Prints a log message with args, similar to println, when the debug feature is enabled.
2
+/// If the debug feature is disabled, arguments are not evaluated or printed.
3
#[macro_export]
4
#[cfg(feature = "debug")]
5
macro_rules! debug {
0 commit comments