-
Notifications
You must be signed in to change notification settings - Fork 1.8k
fix: Fix modules in blocks not resolving in ide layer #16679
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
Merged
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
64 changes: 64 additions & 0 deletions
64
crates/ide/src/syntax_highlighting/test_data/highlight_block_mod_items.html
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,64 @@ | ||
|
||
<style> | ||
body { margin: 0; } | ||
pre { color: #DCDCCC; background: #3F3F3F; font-size: 22px; padding: 0.4em; } | ||
|
||
.lifetime { color: #DFAF8F; font-style: italic; } | ||
.label { color: #DFAF8F; font-style: italic; } | ||
.comment { color: #7F9F7F; } | ||
.documentation { color: #629755; } | ||
.intra_doc_link { font-style: italic; } | ||
.injected { opacity: 0.65 ; } | ||
.struct, .enum { color: #7CB8BB; } | ||
.enum_variant { color: #BDE0F3; } | ||
.string_literal { color: #CC9393; } | ||
.field { color: #94BFF3; } | ||
.function { color: #93E0E3; } | ||
.function.unsafe { color: #BC8383; } | ||
.trait.unsafe { color: #BC8383; } | ||
.operator.unsafe { color: #BC8383; } | ||
.mutable.unsafe { color: #BC8383; text-decoration: underline; } | ||
.keyword.unsafe { color: #BC8383; font-weight: bold; } | ||
.macro.unsafe { color: #BC8383; } | ||
.parameter { color: #94BFF3; } | ||
.text { color: #DCDCCC; } | ||
.type { color: #7CB8BB; } | ||
.builtin_type { color: #8CD0D3; } | ||
.type_param { color: #DFAF8F; } | ||
.attribute { color: #94BFF3; } | ||
.numeric_literal { color: #BFEBBF; } | ||
.bool_literal { color: #BFE6EB; } | ||
.macro { color: #94BFF3; } | ||
.derive { color: #94BFF3; font-style: italic; } | ||
.module { color: #AFD8AF; } | ||
.value_param { color: #DCDCCC; } | ||
.variable { color: #DCDCCC; } | ||
.format_specifier { color: #CC696B; } | ||
.mutable { text-decoration: underline; } | ||
.escape_sequence { color: #94BFF3; } | ||
.keyword { color: #F0DFAF; font-weight: bold; } | ||
.control { font-style: italic; } | ||
.reference { font-style: italic; font-weight: bold; } | ||
|
||
.invalid_escape_sequence { color: #FC5555; text-decoration: wavy underline; } | ||
.unresolved_reference { color: #FC5555; text-decoration: wavy underline; } | ||
</style> | ||
<pre><code><span class="keyword">macro_rules</span><span class="macro_bang">!</span> <span class="macro declaration">foo</span> <span class="brace">{</span> | ||
<span class="parenthesis">(</span><span class="punctuation">$</span>foo<span class="colon">:</span>ident<span class="parenthesis">)</span> <span class="operator">=</span><span class="angle">></span> <span class="brace">{</span> | ||
<span class="keyword">mod</span> y <span class="brace">{</span> | ||
<span class="keyword">struct</span> <span class="punctuation">$</span>foo<span class="semicolon">;</span> | ||
<span class="brace">}</span> | ||
<span class="brace">}</span><span class="semicolon">;</span> | ||
<span class="brace">}</span> | ||
<span class="keyword">fn</span> <span class="function declaration">main</span><span class="parenthesis">(</span><span class="parenthesis">)</span> <span class="brace">{</span> | ||
<span class="macro">foo</span><span class="macro_bang">!</span><span class="parenthesis macro">(</span><span class="struct declaration macro">Foo</span><span class="parenthesis macro">)</span><span class="semicolon">;</span> | ||
<span class="keyword">mod</span> <span class="module declaration">module</span> <span class="brace">{</span> | ||
<span class="comment">// FIXME: IDE layer has this unresolved</span> | ||
<span class="unresolved_reference">foo</span><span class="macro_bang">!</span><span class="parenthesis macro">(</span><span class="none macro">Bar</span><span class="parenthesis macro">)</span><span class="semicolon">;</span> | ||
<span class="keyword">fn</span> <span class="function declaration">func</span><span class="parenthesis">(</span><span class="parenthesis">)</span> <span class="brace">{</span> | ||
<span class="keyword">mod</span> <span class="module declaration">inner</span> <span class="brace">{</span> | ||
<span class="keyword">struct</span> <span class="struct declaration">Innerest</span><span class="angle"><</span><span class="keyword">const</span> <span class="const_param declaration">C</span><span class="colon">:</span> <span class="unresolved_reference">usize</span><span class="angle">></span> <span class="brace">{</span> <span class="field declaration">field</span><span class="colon">:</span> <span class="bracket">[</span><span class="parenthesis">(</span><span class="parenthesis">)</span><span class="semicolon">;</span> <span class="brace">{</span><span class="const_param">C</span><span class="brace">}</span><span class="bracket">]</span> <span class="brace">}</span> | ||
<span class="brace">}</span> | ||
<span class="brace">}</span> | ||
<span class="brace">}</span> | ||
<span class="brace">}</span></code></pre> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is still a bug here, but I am unsure what the cause is as our early name resolution is quite complicated (we should really clean that up)