mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-28 05:53:45 +00:00
Actually test closures in closures_are_borders
This commit is contained in:
parent
797da9e8da
commit
ef303f224f
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ fn foo() {
|
||||||
r#"
|
r#"
|
||||||
fn foo() {
|
fn foo() {
|
||||||
'a: loop {
|
'a: loop {
|
||||||
try {
|
|| {
|
||||||
break;
|
break;
|
||||||
//^^^^^ error: break outside of loop
|
//^^^^^ error: break outside of loop
|
||||||
break 'a;
|
break 'a;
|
||||||
|
|
Loading…
Reference in a new issue