diff options
Diffstat (limited to 'src/test/run-pass/expr-empty-ret.rs')
| -rw-r--r-- | src/test/run-pass/expr-empty-ret.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/run-pass/expr-empty-ret.rs b/src/test/run-pass/expr-empty-ret.rs index 02ac2a0b67b..9fb0f07b6a0 100644 --- a/src/test/run-pass/expr-empty-ret.rs +++ b/src/test/run-pass/expr-empty-ret.rs @@ -8,6 +8,7 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. +#![allow(dead_code)] // Issue #521 // pretty-expanded FIXME #23616 |
