diff options
| author | Felix S. Klock II <pnkfelix@pnkfx.org> | 2018-09-25 23:51:35 +0200 |
|---|---|---|
| committer | Felix S. Klock II <pnkfelix@pnkfx.org> | 2018-09-26 13:10:54 +0200 |
| commit | c9d9cc6e4441bb10ce2ca313fda68e7f05d7bc46 (patch) | |
| tree | 9c4f739dbeec60bf819e30b6430f3fbdb20958cf /src/test/run-pass/binding/nested-pattern.rs | |
| parent | 2080474c75b833d2d666291839d8893cc0999de2 (diff) | |
| download | rust-c9d9cc6e4441bb10ce2ca313fda68e7f05d7bc46.tar.gz rust-c9d9cc6e4441bb10ce2ca313fda68e7f05d7bc46.zip | |
Add `#![allow(..)]` as necessary to get re-migrated run-pass tests compiling with clean stderr again.
Most were added mechanically.
Diffstat (limited to 'src/test/run-pass/binding/nested-pattern.rs')
| -rw-r--r-- | src/test/run-pass/binding/nested-pattern.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/run-pass/binding/nested-pattern.rs b/src/test/run-pass/binding/nested-pattern.rs index 5bf558a4871..96bdadc0624 100644 --- a/src/test/run-pass/binding/nested-pattern.rs +++ b/src/test/run-pass/binding/nested-pattern.rs @@ -9,6 +9,7 @@ // except according to those terms. // run-pass +#![allow(dead_code)] #![allow(non_camel_case_types)] // a bug was causing this to complain about leaked memory on exit |
