diff options
| author | Trevor Gross <tmgross@umich.edu> | 2024-10-01 14:40:45 -0400 |
|---|---|---|
| committer | Trevor Gross <tmgross@umich.edu> | 2024-10-01 14:42:16 -0400 |
| commit | 2bc2304e30f9b35cd41e15a483f1dfcb727050e7 (patch) | |
| tree | cb2054ab85b08748b31cc93a79f9e843e576c21a /library/core/tests | |
| parent | 8dd5cd0bc1d683c30805e1dc831cac546b621a75 (diff) | |
| download | rust-2bc2304e30f9b35cd41e15a483f1dfcb727050e7.tar.gz rust-2bc2304e30f9b35cd41e15a483f1dfcb727050e7.zip | |
Stabilize `debug_more_non_exhaustive`
Fixes: https://github.com/rust-lang/rust/issues/127942
Diffstat (limited to 'library/core/tests')
| -rw-r--r-- | library/core/tests/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/library/core/tests/lib.rs b/library/core/tests/lib.rs index 4f2190f78bf..91632c28e00 100644 --- a/library/core/tests/lib.rs +++ b/library/core/tests/lib.rs @@ -39,7 +39,6 @@ #![feature(core_io_borrowed_buf)] #![feature(core_private_bignum)] #![feature(core_private_diy_float)] -#![feature(debug_more_non_exhaustive)] #![feature(dec2flt)] #![feature(duration_constants)] #![feature(duration_constructors)] |
