pub fn check_stmt_compilation_err<S: Into<String>>(exp_error: S, stmt: &str)
Executes stmt on a default Tester instance and checks that it fails with exp_error during compilation.
stmt
Tester
exp_error