diff options
Diffstat (limited to 'exercises/21_macros/macros3.rs')
| -rw-r--r-- | exercises/21_macros/macros3.rs | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/exercises/21_macros/macros3.rs b/exercises/21_macros/macros3.rs index b795c14..9537494 100644 --- a/exercises/21_macros/macros3.rs +++ b/exercises/21_macros/macros3.rs @@ -1,12 +1,5 @@ -// macros3.rs -// -// Make me compile, without taking the macro out of the module! -// -// Execute `rustlings hint macros3` or use the `hint` watch subcommand for a -// hint. - -// I AM NOT DONE - +// TODO: Fix the compiler error without taking the macro definition out of this +// module. mod macros { macro_rules! my_macro { () => { |
