diff options
| author | varkor <github@varkor.com> | 2018-07-23 21:05:39 +0100 |
|---|---|---|
| committer | varkor <github@varkor.com> | 2018-08-05 15:54:49 +0100 |
| commit | 120989195f0a20e871bf3a9fd91f8fc93ca76d56 (patch) | |
| tree | dbe02b656df9c98315deec6d43dc085c498589b2 /src/test/run-pass/expr-block-generic-unique1.rs | |
| parent | 47619c0dc7f2048dbd5287a57182da50de0f4f1a (diff) | |
| download | rust-120989195f0a20e871bf3a9fd91f8fc93ca76d56.tar.gz rust-120989195f0a20e871bf3a9fd91f8fc93ca76d56.zip | |
Convert unknown_features lint into an error
Diffstat (limited to 'src/test/run-pass/expr-block-generic-unique1.rs')
| -rw-r--r-- | src/test/run-pass/expr-block-generic-unique1.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/run-pass/expr-block-generic-unique1.rs b/src/test/run-pass/expr-block-generic-unique1.rs index 1654c87c6a4..304f1c7a2ea 100644 --- a/src/test/run-pass/expr-block-generic-unique1.rs +++ b/src/test/run-pass/expr-block-generic-unique1.rs @@ -8,7 +8,6 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. -#![allow(unknown_features)] #![feature(box_syntax)] fn test_generic<T, F>(expected: Box<T>, eq: F) where T: Clone, F: FnOnce(Box<T>, Box<T>) -> bool { |
