Add warning cycle.

This commit is contained in:
Jeffrey Seyfried
2017-02-26 03:25:22 +00:00
parent 7f822c800d
commit 61a9a14d29
11 changed files with 71 additions and 13 deletions

View File

@@ -1693,6 +1693,7 @@ mod tests {
use feature_gate::UnstableFeatures;
use parse::token;
use std::cell::RefCell;
use std::collections::HashSet;
use std::io;
use std::rc::Rc;
@@ -1704,6 +1705,7 @@ mod tests {
config: CrateConfig::new(),
included_mod_stack: RefCell::new(Vec::new()),
code_map: cm,
missing_fragment_specifiers: RefCell::new(HashSet::new()),
}
}