diff options
| author | Jacob Kiesel <kieseljake@gmail.com> | 2017-09-04 20:49:46 -0600 |
|---|---|---|
| committer | Jacob Kiesel <kieseljake@gmail.com> | 2017-09-04 21:39:46 -0600 |
| commit | b762283e57ff71f6763effb9cfc7fc0c7967b6b0 (patch) | |
| tree | cd1df23bcc0e00c7a270e603a3e2702c31830a94 /src/libstd/lib.rs | |
| parent | 2e34ff767113c6a15c5862b0646ca9ad7ffd81b1 (diff) | |
| download | rust-b762283e57ff71f6763effb9cfc7fc0c7967b6b0.tar.gz rust-b762283e57ff71f6763effb9cfc7fc0c7967b6b0.zip | |
Add panic unit tests
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 cf1eb5cd52e..191f7fe648e 100644 --- a/src/libstd/lib.rs +++ b/src/libstd/lib.rs @@ -249,6 +249,7 @@ #![feature(cfg_target_vendor)] #![feature(char_error_internals)] #![feature(char_internals)] +#![feature(clamp)] #![feature(collections_range)] #![feature(compiler_builtins_lib)] #![feature(const_fn)] |
