]> git.lizzy.rs Git - rust.git/commit
switch allow_internal_unstable const fns to rustc_allow_const_fn_unstable
authorFlorian Warzecha <liketechnik@disroot.org>
Wed, 21 Oct 2020 18:54:20 +0000 (20:54 +0200)
committerFlorian Warzecha <liketechnik@disroot.org>
Wed, 21 Oct 2020 18:54:20 +0000 (20:54 +0200)
commit05f4a9a42abbbdb64d3ec4ed0ae6883c10c66e3f
tree06d63b7fdbcdced0725fcd426494a3c8be2b3904
parent3948b054dc8e598b83a194056dc4d3a0852dc79e
switch allow_internal_unstable const fns to rustc_allow_const_fn_unstable
24 files changed:
compiler/rustc_attr/src/builtin.rs
compiler/rustc_expand/src/base.rs
compiler/rustc_mir/src/transform/check_consts/mod.rs
compiler/rustc_mir/src/transform/check_consts/validation.rs
compiler/rustc_passes/src/check_const.rs
library/alloc/src/lib.rs
library/alloc/src/raw_vec.rs
library/core/src/lib.rs
library/core/src/num/int_macros.rs
library/core/src/num/uint_macros.rs
library/core/src/slice/mod.rs
library/core/src/str/converts.rs
library/core/src/str/mod.rs
library/core/src/task/wake.rs
library/proc_macro/src/bridge/client.rs
library/proc_macro/src/bridge/scoped_cell.rs
library/proc_macro/src/lib.rs
library/std/src/lib.rs
library/std/src/net/ip.rs
src/test/ui/consts/min_const_fn/allow_const_fn_ptr.rs
src/test/ui/consts/min_const_fn/allow_const_fn_ptr.stderr
src/test/ui/consts/min_const_fn/allow_const_fn_ptr_run_pass.rs
src/test/ui/consts/min_const_fn/min_const_fn_libstd_stability.stderr
src/test/ui/consts/min_const_fn/min_const_unsafe_fn_libstd_stability.stderr