Skip to content

Commit 858fe03

Browse files
committed
---
yaml --- r: 179965 b: refs/heads/snap-stage3 c: edabfe2 h: refs/heads/master i: 179963: 45c9638 v: v3
1 parent 667a9a0 commit 858fe03

File tree

4 files changed

+4
-1
lines changed

4 files changed

+4
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
refs/heads/master: 5936278ed6bef736f6eb8c0dd4d650fd8e10461b
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: 23e9d7cbe44157f7903d314e18d2089bf0b200a8
4+
refs/heads/snap-stage3: edabfe2912380955cc01d100dcca20e6c197da99
55
refs/heads/try: ccf8fedf1cffcb8f6f3581d53d220039e192fe77
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/dist-snap: ba4081a5a8573875fed17545846f6f6902c8ba8d

branches/snap-stage3/src/test/debuginfo/destructured-fn-argument.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,7 @@
311311
// lldb-command:continue
312312

313313
#![allow(unused_variables)]
314+
#![feature(box_patterns)]
314315
#![feature(box_syntax)]
315316
#![omit_gdb_pretty_printer_section]
316317

branches/snap-stage3/src/test/debuginfo/destructured-for-loop-variable.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@
153153
// lldb-command:continue
154154

155155
#![allow(unused_variables)]
156+
#![feature(box_patterns)]
156157
#![feature(box_syntax)]
157158
#![omit_gdb_pretty_printer_section]
158159

branches/snap-stage3/src/test/debuginfo/destructured-local.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,7 @@
244244

245245

246246
#![allow(unused_variables)]
247+
#![feature(box_patterns)]
247248
#![feature(box_syntax)]
248249
#![omit_gdb_pretty_printer_section]
249250

0 commit comments

Comments
 (0)