about summary refs log tree commit diff
path: root/src/libsyntax/parse/mod.rs
diff options
context:
space:
mode:
authorMazdak Farrokhzad <twingoow@gmail.com>2019-10-11 21:00:09 +0200
committerMazdak Farrokhzad <twingoow@gmail.com>2019-11-09 02:04:24 +0100
commit5011ec7fedffe34d943654ffb4308875fc5ec8f3 (patch)
treee3fd7fb355643dd09c242a1020ad0eae9580d974 /src/libsyntax/parse/mod.rs
parent9e346646e93cc243567e27bb0f4e8716d56ad1f1 (diff)
downloadrust-5011ec7fedffe34d943654ffb4308875fc5ec8f3.tar.gz
rust-5011ec7fedffe34d943654ffb4308875fc5ec8f3.zip
move attr meta grammar to parse::validate_atr + ast_validation
Diffstat (limited to 'src/libsyntax/parse/mod.rs')
-rw-r--r--src/libsyntax/parse/mod.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libsyntax/parse/mod.rs b/src/libsyntax/parse/mod.rs
index b54f4862f12..9155cbe5dd8 100644
--- a/src/libsyntax/parse/mod.rs
+++ b/src/libsyntax/parse/mod.rs
@@ -23,6 +23,7 @@ mod tests;
 #[macro_use]
 pub mod parser;
 pub mod lexer;
+pub mod validate_attr;
 
 #[derive(Clone)]
 pub struct Directory<'a> {