We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
暂无
代码清单6-23
fn main() { let c1 = ||{}; let c2 = ||{}; let v = [c1,c2]; for f in v{ f(); } }
这里不会报错,对应playground https://play.rust-lang.org/?version=stable&mode=debug&edition=2018&gist=a8c70304c489386598b33b017cbc4913
$ rustc -V rustc 1.57.0-nightly (8f8092cc3 2021-09-28)
无
The text was updated successfully, but these errors were encountered:
@kingeasternsun 感谢反馈
Sorry, something went wrong.
No branches or pull requests
页码与行数
文本或排版错误
代码错误
代码清单6-23
这里不会报错,对应playground https://play.rust-lang.org/?version=stable&mode=debug&edition=2018&gist=a8c70304c489386598b33b017cbc4913
Rust版本
错误信息
无
The text was updated successfully, but these errors were encountered: