Require DerefPure for patterns

This commit is contained in:
Michael Goulet 2024-03-21 14:37:43 -04:00
parent 5f2c7d2bfd
commit b56279569b
11 changed files with 41 additions and 5 deletions

View file

@ -122,6 +122,7 @@
#![feature(const_waker)]
#![feature(core_intrinsics)]
#![feature(deprecated_suggestion)]
#![feature(deref_pure_trait)]
#![feature(dispatch_from_dyn)]
#![feature(error_generic_member_access)]
#![feature(error_in_core)]