pkubangbang

Results 3 issues of pkubangbang

# 页码与行数 - 第112页 - 代码清单4-18 - 第9行 --- # 代码错误 ```rust // 看起来,更像是Rc::new(Node { data: 2, next: None }) let second = Rc::new(Node { data: 2, next: Some(first.clone()) });...

第四章

# 页码与行数 - 第22页 - 代码清单2-16 - 第三行 --- # 代码错误 `let big_n = if (n < 10 && n > -10) {` // 小括号导致warning ### Rust Playground Demo https://play.rust-lang.org/?version=stable&mode=debug&edition=2018&gist=08e03bc15c70e2e26eeff1559bbd7672...

读者建议
第二章

For personal use, I would like to hide the toolbar and use hotkeys to switch between tools. So I set `Always_Hide_Toolbar = True` in config.ini However, I found that there's...

bug