Skip to content

Commit

Permalink
Update macros.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
Stjepan Glavina committed Sep 4, 2019
1 parent 560bf1b commit 711f673
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libcore/macros.rs
Expand Up @@ -618,7 +618,7 @@ macro_rules! unimplemented {
/// }
/// ```
#[macro_export]
#[stable(feature = "todo_macro", since = "1.38.0")]
#[stable(feature = "todo_macro", since = "1.39.0")]
macro_rules! todo {
() => (panic!("not yet implemented"));
($($arg:tt)+) => (panic!("not yet implemented: {}", format_args!($($arg)*)));
Expand Down

0 comments on commit 711f673

Please sign in to comment.