-
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
Rustdoc search: Emit an error for unclosed generic #108656
Rustdoc search: Emit an error for unclosed generic #108656
Conversation
Some changes occurred in HTML/CSS/JS. cc @GuillaumeGomez, @Folyd, @jsha |
@bors r+ rollup |
…osed-generic, r=notriddle Rustdoc search: Emit an error for unclosed generic Now, search like `a<` will error as it should (and as written in the eBNF). r? `@notriddle`
Hmm might have failed in a rollup, but I'm not seeing how tbh
https://github.com/rust-lang-ci/rust/actions/runs/4326491891/jobs/7553984409#step:26:36168 please just disregard and rer+ if its spurious or I'm wrong 🙈 @bors r- |
No, it's definitely linked. I'll check if it's because of a missing rebase or another PR in the rollup. |
892d73d
to
8236715
Compare
It was a missing rebase. |
@bors r+ rollup |
Rollup of 6 pull requests Successful merges: - rust-lang#108298 (Fix ICE: check if snippet is `)`) - rust-lang#108405 (Lazily compute crate name for consider_optimizing) - rust-lang#108656 (Rustdoc search: Emit an error for unclosed generic) - rust-lang#108660 (Remove ne implementations from strings) - rust-lang#108669 (Allow checking whether a type allows being uninitialized) - rust-lang#108727 (rustc_expand: make proc-macro derive error translatable) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
Now, search like
a<
will error as it should (and as written in the eBNF).r? @notriddle