Skip to content

Commit 560bf1b

Browse files
Stjepan GlavinaCentril
Stjepan Glavina
andauthored
Update src/libcore/macros.rs
Co-Authored-By: Mazdak Farrokhzad <[email protected]>
1 parent 8e3b9d2 commit 560bf1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/macros.rs

Lines changed: 1 addition & 1 deletion
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.37.0")]
621+
#[stable(feature = "todo_macro", since = "1.38.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)