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
|
14 | first.next = Some(second.clone());
| ^^^^^^^^^^ cannot assign
|
= help: trait `DerefMut` is required to modify through a dereference, but it is not implemented for `Rc<Node<i32>>`
页码与行数
代码错误
文本错误
接下来的编译报错信息,(新版本中?)是更友好的
cannot assign
(不影响上文的改动)
Rust版本
stable version 1.54.0
rust playground link
https://play.rust-lang.org/?version=stable&mode=debug&edition=2018&gist=eb1e39f17f47d3bdfe71df856692a673
The text was updated successfully, but these errors were encountered: