diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2015-02-23 11:52:31 -0800 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2015-02-23 12:46:11 -0800 |
| commit | ee6f2a1ad6ab79ed954cd96fff6eaddcdfb6a043 (patch) | |
| tree | 1c2a90b8e1aac6793a0fbf6350778a5b9ac65dae /src/libstd/lib.rs | |
| parent | 1beaebbaa69be535d00592e2ac37af4dcba427d9 (diff) | |
| download | rust-ee6f2a1ad6ab79ed954cd96fff6eaddcdfb6a043.tar.gz rust-ee6f2a1ad6ab79ed954cd96fff6eaddcdfb6a043.zip | |
Test fixes and rebase conflicts
Diffstat (limited to 'src/libstd/lib.rs')
| -rw-r--r-- | src/libstd/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libstd/lib.rs b/src/libstd/lib.rs index 4b6e9cf76f9..caaedeeb2fc 100644 --- a/src/libstd/lib.rs +++ b/src/libstd/lib.rs @@ -122,6 +122,7 @@ #![feature(unsafe_destructor)] #![feature(unsafe_no_drop_flag)] #![feature(macro_reexport)] +#![feature(hash)] #![cfg_attr(test, feature(test, rustc_private, env))] // Don't link to std. We are std. |
