diff options
| author | Huon Wilson <dbau.pp+github@gmail.com> | 2013-05-10 19:30:42 +1000 |
|---|---|---|
| committer | Huon Wilson <dbau.pp+github@gmail.com> | 2013-05-10 19:30:42 +1000 |
| commit | 81e06a5259f5e477f552a35ac58c4b69f58b1451 (patch) | |
| tree | 8ff8317e7ee414877ae37ee0efc87a59be83da70 | |
| parent | f6743fea70e99efc33f6890770da8c0f91723311 (diff) | |
| download | rust-81e06a5259f5e477f552a35ac58c4b69f58b1451.tar.gz rust-81e06a5259f5e477f552a35ac58c4b69f58b1451.zip | |
Issue number on xfailed test
| -rw-r--r-- | src/test/compile-fail/disallowed-deconstructing-destructing-struct-let.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/compile-fail/disallowed-deconstructing-destructing-struct-let.rs b/src/test/compile-fail/disallowed-deconstructing-destructing-struct-let.rs index ed68defdc26..c363f172d2f 100644 --- a/src/test/compile-fail/disallowed-deconstructing-destructing-struct-let.rs +++ b/src/test/compile-fail/disallowed-deconstructing-destructing-struct-let.rs @@ -1,4 +1,4 @@ -// xfail-test +// xfail-test #3024 // Copyright 2012 The Rust Project Developers. See the COPYRIGHT // file at the top-level directory of this distribution and at // http://rust-lang.org/COPYRIGHT. |
