mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 04:19:13 +00:00
Support labels in reference search
This commit is contained in:
parent
e1acb0ca5c
commit
42e3f97c30
21 changed files with 142 additions and 14 deletions
|
@ -168,6 +168,11 @@ fn main() {
|
|||
let baz = -baz;
|
||||
|
||||
let _ = !true;
|
||||
|
||||
'foo: loop {
|
||||
break 'foo;
|
||||
continue 'foo;
|
||||
}
|
||||
}
|
||||
|
||||
enum Option<T> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue