We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0423141 commit f6ed2d4Copy full SHA for f6ed2d4
[refs]
@@ -1,5 +1,5 @@
1
---
2
-refs/heads/master: 0643494bc4d093dd660044b86c1d43820c40daf8
+refs/heads/master: b13e072c9eb18796ffa7b61af5de0f0965186d24
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
refs/heads/snap-stage3: 3a96d6a9818fe2affc98a187fb1065120458cee9
5
refs/heads/try: ccf8fedf1cffcb8f6f3581d53d220039e192fe77
trunk/src/test/run-pass/issue-22426.rs
@@ -8,18 +8,6 @@
8
// option. This file may not be copied, modified, or distributed
9
// except according to those terms.
10
11
-struct Foo<T>(T, T);
12
-
13
-impl<T> Foo<T> {
14
- fn foo(&self) {
15
- match *self {
16
- Foo::<T>(ref x, ref y) => {
17
- println!("Goodbye, World!")
18
- }
19
20
21
-}
22
23
fn main() {
24
match 42 {
25
x if x < 7 => (),
0 commit comments