Skip to content

Commit 711f673

Browse files
author
Stjepan Glavina
authored
Update macros.rs
1 parent 560bf1b commit 711f673

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/macros.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -618,7 +618,7 @@ macro_rules! unimplemented {
618618
/// }
619619
/// ```
620620
#[macro_export]
621-
#[stable(feature = "todo_macro", since = "1.38.0")]
621+
#[stable(feature = "todo_macro", since = "1.39.0")]
622622
macro_rules! todo {
623623
() => (panic!("not yet implemented"));
624624
($($arg:tt)+) => (panic!("not yet implemented: {}", format_args!($($arg)*)));

0 commit comments

Comments
 (0)