Skip to content

rustdoc search should allow for 2 char symbols #11439

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

Closed
metajack opened this issue Jan 10, 2014 · 3 comments
Closed

rustdoc search should allow for 2 char symbols #11439

metajack opened this issue Jan 10, 2014 · 3 comments

Comments

@metajack
Copy link
Contributor

How else should I find Eq?

@adrientetar
Copy link
Contributor

drop as a keyword does not work either, I wonder why.

@adrientetar
Copy link
Contributor

@metajack 2-char symbols work, e.g. me works; it's just that some particular keywords like eq or drop for instance are hitting #9981. I think that this issue should be closed as a dupe of it.

bors added a commit that referenced this issue Feb 14, 2014
… r=cmr

Strip trait impls for types that are stripped either due to the strip-hidden or strip-private passes.

This fixes the search index including trait methods on stripped structs (which breaks searching), and it also removes private types from the implementors list of a trait.

Fixes #9981 and #11439.
@lilyball
Copy link
Contributor

Closed by #12195.

flip1995 pushed a commit to flip1995/rust that referenced this issue Sep 7, 2023
…s, r=xFrednet

Check binary operators and attributes in disallowed_macros

changelog: none
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants