use drop-temps { .. } pseudo-notation
DropTemps(...) looks like a function, this looks like wacko special stuff
This commit is contained in:
parent
0a11e80fa8
commit
716b2bcfb3
1 changed files with 1 additions and 1 deletions
|
|
@ -351,7 +351,7 @@ impl LoweringContext<'_> {
|
|||
//
|
||||
// ```
|
||||
// 'label: loop {
|
||||
// match DropTemps($cond) {
|
||||
// match drop-temps { $cond } {
|
||||
// true => $body,
|
||||
// _ => break,
|
||||
// }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue