diff options
| author | Oliver Schneider <github35764891676564198441@oli-obk.de> | 2018-10-05 10:17:16 +0200 |
|---|---|---|
| committer | Oliver Schneider <github35764891676564198441@oli-obk.de> | 2018-10-05 10:36:14 +0200 |
| commit | ec74d3533a9b88505d56d0ae00a78acf2e702c92 (patch) | |
| tree | 90aea3515066a7dcb1069739a194d9153e03073b /src/libstd/lib.rs | |
| parent | b8bea5a0a6aef3966008787a25949344f8cf6942 (diff) | |
| download | rust-ec74d3533a9b88505d56d0ae00a78acf2e702c92.tar.gz rust-ec74d3533a9b88505d56d0ae00a78acf2e702c92.zip | |
Stabilize `min_const_fn`
Diffstat (limited to 'src/libstd/lib.rs')
| -rw-r--r-- | src/libstd/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/lib.rs b/src/libstd/lib.rs index c58bd364ced..a4db8796805 100644 --- a/src/libstd/lib.rs +++ b/src/libstd/lib.rs @@ -250,7 +250,7 @@ #![feature(cfg_target_vendor)] #![feature(char_error_internals)] #![feature(compiler_builtins_lib)] -#![feature(min_const_fn)] +#![cfg_attr(stage0, feature(min_const_fn))] #![feature(const_int_ops)] #![feature(const_ip)] #![feature(const_raw_ptr_deref)] |
