We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
&
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
I could have sworn we have a ticket for this, but I couldn't find it.
// some extra text enum Foo { Bar } fn foo(foo: &Foo) {} fn test() { println!("{}", foo(Foo::Ba<|>)) }
using the &Bar completion here inserts the ampersand in the wrong place.
&Bar
The text was updated successfully, but these errors were encountered:
We had one for attributes, I'd expect us to not even offer these in macros currently
Sorry, something went wrong.
Auto merge of #13092 - Veykril:ref-match-completion, r=Veykril
631ed2a
fix: Fix reference autocompletions using incorrect offsets in macro inputs Fixes #13035
6c5d158
fix: Fix reference autocompletions using incorrect offsets in macro i…
fcea0b3
…nputs Fixes rust-lang#13035
b1479dc
Successfully merging a pull request may close this issue.
I could have sworn we have a ticket for this, but I couldn't find it.
using the
&Bar
completion here inserts the ampersand in the wrong place.The text was updated successfully, but these errors were encountered: