-
Couldn't load subscription status.
- Fork 13.9k
Add suggestion for removing invalid path sep :: in fn def
#130870
New issue
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
Conversation
|
r? @Nadrieril rustbot has assigned @Nadrieril. Use |
55692e7 to
905898c
Compare
This comment has been minimized.
This comment has been minimized.
905898c to
67e682d
Compare
This comment has been minimized.
This comment has been minimized.
…efinition.
for example: `fn invalid_path_separator::<T>() {}`
fixes: rust-lang#130791
67e682d to
d016595
Compare
|
Hello, I think I have modified according to the comment. Could you review it again for me? Thank you. @compiler-errors |
|
@bors r+ rollup |
…rors
Add suggestion for removing invalid path sep `::` in fn def
Add suggestion for removing invalid path separator `::` in function definition.
for example: `fn invalid_path_separator::<T>() {}`
fixes rust-lang#130791
…iaskrgr Rollup of 8 pull requests Successful merges: - rust-lang#130870 (Add suggestion for removing invalid path sep `::` in fn def) - rust-lang#131233 (std: fix stdout-before-main) - rust-lang#131239 (Don't assume traits used as type are trait objs in 2021 edition) - rust-lang#131277 (Handle `clippy` cases of `rustc::potential_query_instability` lint) - rust-lang#131567 (Emit an error for unstable attributes that reference already stable features) - rust-lang#131585 (compiletest: Remove the one thing that was checking a directive's `original_line`) - rust-lang#131590 (yeet some clones) - rust-lang#131597 (Take a display name for `tool_check_step!`) r? `@ghost` `@rustbot` modify labels: rollup
Rollup of 7 pull requests Successful merges: - rust-lang#130870 (Add suggestion for removing invalid path sep `::` in fn def) - rust-lang#130954 (Stabilize const `ptr::write*` and `mem::replace`) - rust-lang#131233 (std: fix stdout-before-main) - rust-lang#131590 (yeet some clones) - rust-lang#131596 (mark InterpResult as must_use) - rust-lang#131597 (Take a display name for `tool_check_step!`) - rust-lang#131605 (`LLVMConstInt` only allows integer types) r? `@ghost` `@rustbot` modify labels: rollup
Rollup merge of rust-lang#130870 - surechen:fix_130791, r=compiler-errors Add suggestion for removing invalid path sep `::` in fn def Add suggestion for removing invalid path separator `::` in function definition. for example: `fn invalid_path_separator::<T>() {}` fixes rust-lang#130791
Add suggestion for removing invalid path separator
::in function definition.for example:
fn invalid_path_separator::<T>() {}fixes #130791