mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 12:29:21 +00:00
Parse do yeet
expressions
This commit is contained in:
parent
3033c3ddbf
commit
4a16afa264
7 changed files with 73 additions and 5 deletions
|
@ -646,7 +646,7 @@ pub fn add_one(x: i32) -> i32 {
|
|||
x + 1
|
||||
}
|
||||
|
||||
pub fn do() {
|
||||
pub fn r#do() {
|
||||
add_one($0
|
||||
}"#,
|
||||
expect![[r##"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue