diff options
| author | Simon Sapin <simon.sapin@exyr.org> | 2017-11-26 23:19:18 +0100 |
|---|---|---|
| committer | Simon Sapin <simon.sapin@exyr.org> | 2017-11-26 23:43:44 +0100 |
| commit | 6c5f53e65ee5f022611033dbf58c42e26be7f93d (patch) | |
| tree | 9da24c4b5df8b773ff53d9fa207fdeb3aebdea42 /src/test/debuginfo | |
| parent | 827cb0d61e22eb6d5c9c5e8e8d05b07108a9968b (diff) | |
| download | rust-6c5f53e65ee5f022611033dbf58c42e26be7f93d.tar.gz rust-6c5f53e65ee5f022611033dbf58c42e26be7f93d.zip | |
Stabilize const-calling existing const-fns in std
Fixes #46038
Diffstat (limited to 'src/test/debuginfo')
| -rw-r--r-- | src/test/debuginfo/constant-debug-locs.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/debuginfo/constant-debug-locs.rs b/src/test/debuginfo/constant-debug-locs.rs index 7a24510b7d4..8fc910d8a6d 100644 --- a/src/test/debuginfo/constant-debug-locs.rs +++ b/src/test/debuginfo/constant-debug-locs.rs @@ -15,7 +15,6 @@ #![allow(dead_code, unused_variables)] #![feature(omit_gdb_pretty_printer_section)] #![omit_gdb_pretty_printer_section] -#![feature(const_unsafe_cell_new)] #![feature(static_mutex)] // This test makes sure that the compiler doesn't crash when trying to assign |
