diff options
| author | ltdk <usr@ltdk.xyz> | 2025-08-11 19:36:20 -0400 |
|---|---|---|
| committer | ltdk <usr@ltdk.xyz> | 2025-09-01 21:38:26 -0400 |
| commit | 1c64d3e6d1fe6256cb11b8dd455ccad1b5f9848c (patch) | |
| tree | 88e2d32ae6ba2658a97f902eb925960f293a4e6e /library/coretests | |
| parent | 41f2b6b39e7526a28d50ff6918dda6de48add5e4 (diff) | |
| download | rust-1c64d3e6d1fe6256cb11b8dd455ccad1b5f9848c.tar.gz rust-1c64d3e6d1fe6256cb11b8dd455ccad1b5f9848c.zip | |
Constify conversion traits
Diffstat (limited to 'library/coretests')
| -rw-r--r-- | library/coretests/tests/lib.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/library/coretests/tests/lib.rs b/library/coretests/tests/lib.rs index b9b768f29d7..8e197e33ba6 100644 --- a/library/coretests/tests/lib.rs +++ b/library/coretests/tests/lib.rs @@ -15,10 +15,9 @@ #![feature(cfg_target_has_reliable_f16_f128)] #![feature(char_max_len)] #![feature(clone_to_uninit)] -#![feature(const_deref)] +#![feature(const_convert)] #![feature(const_destruct)] #![feature(const_eval_select)] -#![feature(const_from)] #![feature(const_ops)] #![feature(const_option_ops)] #![feature(const_ref_cell)] |
