Skip to content

Commit

Permalink
Add missing backtick
Browse files Browse the repository at this point in the history
  • Loading branch information
nihaals authored and Veykril committed Apr 21, 2022
1 parent 5c5332d commit 4664803
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/decl-macros/macros2.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
> *Tracking Issue*: [rust#39412](https://github.com/rust-lang/rust/issues/39412)\
> *Feature*: `#![feature(decl_macro)]`
While not yet stable(or rather far from being finished), there is proposal for a new declarative macro system that is supposed to replace `macro_rules!` dubbed declarative macros 2.0, `macro`, `decl_macro` or confusingly also `macros-by-example.
While not yet stable(or rather far from being finished), there is proposal for a new declarative macro system that is supposed to replace `macro_rules!` dubbed declarative macros 2.0, `macro`, `decl_macro` or confusingly also `macros-by-example`.

This chapter is only meant to quickly glance over the current state, showing how to use this macro system and where it differs.
Nothing described here is final or complete, and may be subject to change.
Expand Down

0 comments on commit 4664803

Please sign in to comment.