Add suggestion for some #[deprecated] items

This commit is contained in:
Dmitry Murzin 2023-08-21 12:51:51 +03:00
parent 4dbc7e3092
commit 07b57f9a7a
No known key found for this signature in database
GPG key ID: 3DA7EB8E3131A454
7 changed files with 21 additions and 5 deletions

View file

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