diff options
| author | Julien Cretin <cretin@google.com> | 2019-05-30 12:53:27 +0200 |
|---|---|---|
| committer | Julien Cretin <cretin@google.com> | 2019-07-19 19:59:12 +0200 |
| commit | 6ec4584d8482f51249d78efc340aaead76251859 (patch) | |
| tree | b63ec802bf27614c8a93c7ac92eb694859ffaad0 /src/libsyntax/lib.rs | |
| parent | 82abc0db816e7441a0d89a3eaa51f439a03f4506 (diff) | |
| download | rust-6ec4584d8482f51249d78efc340aaead76251859.tar.gz rust-6ec4584d8482f51249d78efc340aaead76251859.zip | |
Implement checks for meta-variables in macros
Diffstat (limited to 'src/libsyntax/lib.rs')
| -rw-r--r-- | src/libsyntax/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libsyntax/lib.rs b/src/libsyntax/lib.rs index 591f2fb599b..3dea1977c4d 100644 --- a/src/libsyntax/lib.rs +++ b/src/libsyntax/lib.rs @@ -174,6 +174,7 @@ pub mod ext { pub mod tt { pub mod transcribe; + pub mod macro_check; pub mod macro_parser; pub mod macro_rules; pub mod quoted; |
