about summary refs log tree commit diff
path: root/src/librustc_driver
diff options
context:
space:
mode:
authorHuon Wilson <dbau.pp+github@gmail.com>2015-01-05 17:07:16 +1100
committerHuon Wilson <dbau.pp+github@gmail.com>2015-01-05 20:00:10 +1100
commit6e3d78f06fc78e6ad58379824be2d7fed525655a (patch)
tree77148c9688f45256076856648a7499daa3f48bfa /src/librustc_driver
parent679514816974f23eff367b37e9082599a25900f0 (diff)
downloadrust-6e3d78f06fc78e6ad58379824be2d7fed525655a.tar.gz
rust-6e3d78f06fc78e6ad58379824be2d7fed525655a.zip
Ungate default type parameters.
These are in scope for 1.0, and this is good to e.g. find as many bugs
as possible.
Diffstat (limited to 'src/librustc_driver')
-rw-r--r--src/librustc_driver/driver.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/librustc_driver/driver.rs b/src/librustc_driver/driver.rs
index 1455aa3c99b..1a4856333bf 100644
--- a/src/librustc_driver/driver.rs
+++ b/src/librustc_driver/driver.rs
@@ -272,7 +272,6 @@ pub fn phase_2_configure_and_expand(sess: &Session,
             }
             let cfg = syntax::ext::expand::ExpansionConfig {
                 crate_name: crate_name.to_string(),
-                deriving_hash_type_parameter: sess.features.borrow().default_type_params,
                 enable_quotes: sess.features.borrow().quote,
                 recursion_limit: sess.recursion_limit.get(),
             };