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
代码清单12-49 第6行
//assert!(input.contains("struct A;")); assert!(input.contains("struct A ;")); // 这段代码 分号前 须有个空格
$ rustc -V rustc 1.48.0 (7eac88abb 2020-11-16) rustc 1.50.0-nightly (fe982319a 2020-11-19)
The text was updated successfully, but these errors were encountered:
@bailaobo 感谢反馈。 这个断言只是判断你自己的输入。有没有空格应该是你自己判断的吧?
Sorry, something went wrong.
不是的,是生成TokenStream时 加了空格
好的,回头我看看
No branches or pull requests
代码错误
代码清单12-49 第6行
Rust版本
The text was updated successfully, but these errors were encountered: