We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8f20e67 + df93bab commit 5f64777Copy full SHA for 5f64777
src/libcore/macros/mod.rs
@@ -686,7 +686,7 @@ macro_rules! unimplemented {
686
/// }
687
/// ```
688
#[macro_export]
689
-#[stable(feature = "todo_macro", since = "1.39.0")]
+#[stable(feature = "todo_macro", since = "1.40.0")]
690
macro_rules! todo {
691
() => (panic!("not yet implemented"));
692
($($arg:tt)+) => (panic!("not yet implemented: {}", $crate::format_args!($($arg)+)));
src/libstd/lib.rs
@@ -524,8 +524,8 @@ pub use core::{
524
unreachable,
525
write,
526
writeln,
527
- // Unstable
528
todo,
+ // Unstable
529
matches,
530
};
531
0 commit comments