diff options
| author | mo8it <mo8it@proton.me> | 2024-07-01 11:37:48 +0200 |
|---|---|---|
| committer | mo8it <mo8it@proton.me> | 2024-07-01 11:37:48 +0200 |
| commit | 4cb15a4cda4791134a75a0462031b5e86b45fa0d (patch) | |
| tree | 9bdda04ab2238a2e7d41ebd13ecc8393d0670bbc /exercises | |
| parent | 9845e046de6f9569519d0e0ae3c50341eb35a8bf (diff) | |
macros3 solution
Diffstat (limited to 'exercises')
| -rw-r--r-- | exercises/21_macros/macros3.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/exercises/21_macros/macros3.rs b/exercises/21_macros/macros3.rs index 405c397..9537494 100644 --- a/exercises/21_macros/macros3.rs +++ b/exercises/21_macros/macros3.rs @@ -1,5 +1,5 @@ -// Make me compile, without taking the macro out of the module! - +// TODO: Fix the compiler error without taking the macro definition out of this +// module. mod macros { macro_rules! my_macro { () => { |
