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 560bf1b commit 711f673Copy full SHA for 711f673
src/libcore/macros.rs
@@ -618,7 +618,7 @@ macro_rules! unimplemented {
618
/// }
619
/// ```
620
#[macro_export]
621
-#[stable(feature = "todo_macro", since = "1.38.0")]
+#[stable(feature = "todo_macro", since = "1.39.0")]
622
macro_rules! todo {
623
() => (panic!("not yet implemented"));
624
($($arg:tt)+) => (panic!("not yet implemented: {}", format_args!($($arg)*)));
0 commit comments