-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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
Model lexer doesn't handle question marks #15879
Comments
alexcrichton
added a commit
to alexcrichton/rust
that referenced
this issue
Jan 15, 2015
This PR updates `grammar/verify.rs` to work with master and handles the question mark of `?Sized` correctly (rust-lang#15879).
richo
added a commit
to richo/rust
that referenced
this issue
Mar 9, 2015
bors
added a commit
to rust-lang-ci/rust
that referenced
this issue
Dec 4, 2023
Implement completion for the callable fields. Fixes rust-lang#14656 PR is opened with basic changes. It could be improved by having a new `SymbolKind` for the callable fields and implementing a separate render function similar to the `render_method` for the new `SymbolKind`. It could also be done without any changes to the `SymbolKind` of course, have the new function called based on the type of field. I prefer the former method. Please give any thoughts or changes you think is appropriate for this method. I could start working on that in this same PR.
lnicola
pushed a commit
to lnicola/rust
that referenced
this issue
Jan 3, 2024
…=Veykril fix: make callable fields not complete in method access no parens case Follow up PR for rust-lang#15879 Fixes the callable field completion appearing in the method access with no parens case.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Tracking issue for the lexer test failing
test/run-pass/unsized.rs
The text was updated successfully, but these errors were encountered: