1
Fork 0

{rustc_parse -> rustc_expand}::config

This commit is contained in:
Mazdak Farrokhzad 2020-03-08 22:32:25 +01:00
parent 3796faefb1
commit 31ee8e0a43
5 changed files with 7 additions and 15 deletions

View file

@ -26,8 +26,6 @@ pub mod parser;
use parser::{emit_unclosed_delims, make_unclosed_delims_error, Parser};
pub mod lexer;
pub mod validate_attr;
#[macro_use]
pub mod config;
// A bunch of utility functions of the form `parse_<thing>_from_<source>`
// where <thing> includes crate, expr, item, stmt, tts, and one that