use new def parser for module defs

This commit is contained in:
Folkert 2021-03-17 17:28:27 +01:00
parent cf905a13fa
commit 38d925fea6
4 changed files with 51 additions and 24 deletions

View file

@ -2878,6 +2878,7 @@ mod test_parse {
}
#[test]
#[ignore]
fn standalone_module_defs() {
use Def::*;