From 07f51fb8684e1ea0a3859234d360814093d891bd Mon Sep 17 00:00:00 2001 From: Taylor Cramer Date: Mon, 27 Nov 2017 18:14:24 -0800 Subject: Implement non-mod.rs mod statements --- src/libsyntax/parse/lexer/mod.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/libsyntax/parse/lexer') diff --git a/src/libsyntax/parse/lexer/mod.rs b/src/libsyntax/parse/lexer/mod.rs index 1e84fb98a66..9828995362a 100644 --- a/src/libsyntax/parse/lexer/mod.rs +++ b/src/libsyntax/parse/lexer/mod.rs @@ -1754,6 +1754,7 @@ mod tests { included_mod_stack: RefCell::new(Vec::new()), code_map: cm, missing_fragment_specifiers: RefCell::new(HashSet::new()), + non_modrs_mods: RefCell::new(vec![]), } } -- cgit 1.4.1-3-g733a5