mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-11-01 12:24:29 +00:00
chore: update codegens
This commit is contained in:
parent
61b232369b
commit
e4941c0c73
4 changed files with 220 additions and 89 deletions
|
|
@ -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");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue