introduce marking infrastructure for maintainable tests

This also fixes a particular edge case in name resolution.
This commit is contained in:
Aleksey Kladov
2019-01-10 16:45:09 +03:00
parent aca14c591f
commit 32fa084c07
4 changed files with 118 additions and 1 deletions

View File

@@ -17,6 +17,8 @@ macro_rules! ctry {
pub mod db;
#[cfg(test)]
mod mock;
#[macro_use]
mod marks;
mod query_definitions;
mod path;
pub mod source_binder;