摘要: Rust 1.9发布了。更新内容:语言:The#attribute when applied to an API will generate warnings when used. The warnings may be suppressed with#.RFC 1270.fnitem types are zero sized, and eachfnnames a uniq ...
Rust 1.9发布了。更新内容:
语言:
The #[deprecated] attribute when applied to an API will generate warnings when used. The warnings may be suppressed with #[allow(deprecated)]. RFC 1270.