Update tests

This commit is contained in:
Vadim Petrochenkov 2020-01-08 20:02:10 +03:00
parent 41318e9a26
commit 642669c74d
204 changed files with 2843 additions and 357 deletions

View file

@ -9,6 +9,7 @@ macro_rules! define_struct {
mod foo {
define_struct! { (foo) } //~ ERROR cannot find type `foo` in this scope
//~| ERROR cannot find type `foo` in this scope
}
fn main() {}