-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Parser will not suggest invalid expression when use public #100188
Conversation
r? @oli-obk (rust-highfive has picked a reviewer for you, use r? to override) |
r? @estebank |
@chenyukang Remember to squash your commits 👏🏻 |
3337844
to
863488d
Compare
|
@bors r+ |
…ebank Parser will not suggest invalid expression when use public Fixes rust-lang#100165
…ebank Parser will not suggest invalid expression when use public Fixes rust-lang#100165
☔ The latest upstream changes (presumably #100793) made this pull request unmergeable. Please resolve the merge conflicts. |
You'll have to rebase on top of a more recent version of the repo before we can merge. |
863488d
to
3747499
Compare
Some changes occurred in src/tools/cargo cc @ehuss The Miri submodule was changed cc @rust-lang/miri |
ooo, seems pushed some extra changes, let me fix it. |
3747499
to
ef4594a
Compare
Please ignore it. |
☔ The latest upstream changes (presumably #100904) made this pull request unmergeable. Please resolve the merge conflicts. |
ef4594a
to
e1d7a27
Compare
e1d7a27
to
351acc8
Compare
@bors r+ |
…ebank Parser will not suggest invalid expression when use public Fixes rust-lang#100165
Rollup of 8 pull requests Successful merges: - rust-lang#99332 (Stabilize `#![feature(label_break_value)]`) - rust-lang#99954 (let-else: break out to one scope higher for let-else) - rust-lang#100188 (Parser will not suggest invalid expression when use public) - rust-lang#100780 (save_analysis: Migrate diagnostic) - rust-lang#100808 (Migrate `rustc_interface` diagnostics ) - rust-lang#100921 (Add a warning about `Option/Result::and()` being eagerly evaluated) - rust-lang#100960 (rustdoc: ayu code color selector more specific) - rust-lang#100964 (Sync rustc_codegen_cranelift) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
Fixes #100165