This commit is contained in:
thiolliere
2019-11-02 17:09:11 +01:00
committed by André Silva
parent 084b158031
commit 5503c483b1
+6
View File
@@ -120,6 +120,12 @@ pub mod native {
}
/// Print out a formatted message.
///
/// # Example
///
/// ```
/// srml_support::runtime_print!("my value is {}", 3);
/// ```
#[macro_export]
macro_rules! runtime_print {
($($arg:tt)+) => {