diff options
| author | Lukas Wirth <lukastw97@gmail.com> | 2024-12-04 07:03:01 +0100 |
|---|---|---|
| committer | Lukas Wirth <lukastw97@gmail.com> | 2024-12-04 07:03:11 +0100 |
| commit | 1e47f7d073b06910795ed0ce2d5ae8560d2fb6ac (patch) | |
| tree | 0cf86d1c3af8ca9f1d29f512677ceab69581243a /src/tools/rust-analyzer | |
| parent | 7efe7eb3769a88814e9898313757dbd468f22e0f (diff) | |
| download | rust-1e47f7d073b06910795ed0ce2d5ae8560d2fb6ac.tar.gz rust-1e47f7d073b06910795ed0ce2d5ae8560d2fb6ac.zip | |
Update mbe test output
Diffstat (limited to 'src/tools/rust-analyzer')
| -rw-r--r-- | src/tools/rust-analyzer/crates/hir-def/src/macro_expansion_tests/mbe.rs | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/tools/rust-analyzer/crates/hir-def/src/macro_expansion_tests/mbe.rs b/src/tools/rust-analyzer/crates/hir-def/src/macro_expansion_tests/mbe.rs index d568f6faa72..5c03fad6131 100644 --- a/src/tools/rust-analyzer/crates/hir-def/src/macro_expansion_tests/mbe.rs +++ b/src/tools/rust-analyzer/crates/hir-def/src/macro_expansion_tests/mbe.rs @@ -1759,8 +1759,9 @@ fn f() { // NAME_REF@6..7 // IDENT@6..7 "K" // COLON2@7..9 "::" -// ERROR@9..10 -// L_PAREN@9..10 "(" +// PATH_SEGMENT@9..10 +// ERROR@9..10 +// L_PAREN@9..10 "(" // EXPR_STMT@10..16 // CALL_EXPR@10..16 // PATH_EXPR@10..11 |
