chore: update codegens

This commit is contained in:
winstxnhdw 2024-07-22 23:06:14 +01:00
parent 61b232369b
commit e4941c0c73
4 changed files with 220 additions and 89 deletions

View file

@ -467,6 +467,10 @@ mod ok {
#[test]
fn postfix_range() { run_and_expect_no_errors("test_data/parser/inline/ok/postfix_range.rs"); }
#[test]
fn precise_capturing() {
run_and_expect_no_errors("test_data/parser/inline/ok/precise_capturing.rs");
}
#[test]
fn pub_parens_typepath() {
run_and_expect_no_errors("test_data/parser/inline/ok/pub_parens_typepath.rs");
}