You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error[E0554]: `#![feature]` may not be used on the stable release channel
--> D:\AppData\Languages\Cargo\registry\src\index.crates.io-6f17d22bba15001f\ib-pinyin-0.2.3\src\lib.rs:1:1
|
1 | #![feature(return_position_impl_trait_in_trait)]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the attribute
|
= help: the feature `return_position_impl_trait_in_trait` has been stable since `1.75.0` and no longer requires an attribute to enable
For more information about this error, try `rustc --explain E0554`.
这导致在新版本的rustc上无法编译
The text was updated successfully, but these errors were encountered:
在rustc 1.75.0上已经不需要使用 #![feature(return_position_impl_trait_in_trait)] 属性,目前rustc已更新到1.76.0。
这导致在新版本的rustc上无法编译
The text was updated successfully, but these errors were encountered: