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.
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
Improve pub use parsing and trait definition parsing in third party crates #2025
Improve pub use parsing and trait definition parsing in third party crates #2025
Changes from all commits
9becc74
8ea13c3
75e2942
968fea3
1216671
a20d4f2
9e0e0db
f8de2cb
bb08b3a
9daf478
daf2f67
e706589
47e23e6
ac31edb
0a8f602
ac30f7d
ba2d476
87f8ac6
1ba878b
58e426e
9d6035a
ad08eaf
af8a6f5
33edb5a
efe2330
e6ce838
f51cf91
c71df48
d149bb8
54dae48
16a462d
effd283
8ec6536
6821c19
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
Check warning on line 17 in frb_codegen/src/library/codegen/ir/hir/hierarchical/function.rs
Codecov / codecov/patch
frb_codegen/src/library/codegen/ir/hir/hierarchical/function.rs#L17
Check warning on line 25 in frb_codegen/src/library/codegen/ir/hir/hierarchical/function.rs
Codecov / codecov/patch
frb_codegen/src/library/codegen/ir/hir/hierarchical/function.rs#L24-L25
Check warning on line 32 in frb_codegen/src/library/codegen/ir/hir/hierarchical/struct_or_enum.rs
Codecov / codecov/patch
frb_codegen/src/library/codegen/ir/hir/hierarchical/struct_or_enum.rs#L32
Check warning on line 40 in frb_codegen/src/library/codegen/ir/hir/hierarchical/struct_or_enum.rs
Codecov / codecov/patch
frb_codegen/src/library/codegen/ir/hir/hierarchical/struct_or_enum.rs#L39-L40
Check warning on line 25 in frb_codegen/src/library/codegen/ir/hir/hierarchical/traits.rs
Codecov / codecov/patch
frb_codegen/src/library/codegen/ir/hir/hierarchical/traits.rs#L22-L25
Check warning on line 30 in frb_codegen/src/library/codegen/ir/hir/hierarchical/traits.rs
Codecov / codecov/patch
frb_codegen/src/library/codegen/ir/hir/hierarchical/traits.rs#L29-L30
Check warning on line 14 in frb_codegen/src/library/codegen/parser/hir/hierarchical/module/pub_use_transformer.rs
Codecov / codecov/patch
frb_codegen/src/library/codegen/parser/hir/hierarchical/module/pub_use_transformer.rs#L11-L14
Check warning on line 19 in frb_codegen/src/library/codegen/parser/hir/hierarchical/module/pub_use_transformer.rs
Codecov / codecov/patch
frb_codegen/src/library/codegen/parser/hir/hierarchical/module/pub_use_transformer.rs#L19
Check warning on line 26 in frb_codegen/src/library/codegen/parser/hir/hierarchical/module/pub_use_transformer.rs
Codecov / codecov/patch
frb_codegen/src/library/codegen/parser/hir/hierarchical/module/pub_use_transformer.rs#L26
Check warning on line 34 in frb_codegen/src/library/codegen/parser/hir/hierarchical/module/pub_use_transformer.rs
Codecov / codecov/patch
frb_codegen/src/library/codegen/parser/hir/hierarchical/module/pub_use_transformer.rs#L31-L34
Check warning on line 44 in frb_codegen/src/library/codegen/parser/hir/hierarchical/module/pub_use_transformer.rs
Codecov / codecov/patch
frb_codegen/src/library/codegen/parser/hir/hierarchical/module/pub_use_transformer.rs#L37-L44
Check warning on line 59 in frb_codegen/src/library/codegen/parser/hir/hierarchical/module/pub_use_transformer.rs
Codecov / codecov/patch
frb_codegen/src/library/codegen/parser/hir/hierarchical/module/pub_use_transformer.rs#L57-L59
Check warning on line 61 in frb_codegen/src/library/codegen/parser/hir/hierarchical/module/pub_use_transformer.rs
Codecov / codecov/patch
frb_codegen/src/library/codegen/parser/hir/hierarchical/module/pub_use_transformer.rs#L61
Check warning on line 68 in frb_codegen/src/library/codegen/parser/hir/hierarchical/module/pub_use_transformer.rs
Codecov / codecov/patch
frb_codegen/src/library/codegen/parser/hir/hierarchical/module/pub_use_transformer.rs#L68
Check warning on line 72 in frb_codegen/src/library/codegen/parser/hir/hierarchical/module/pub_use_transformer.rs
Codecov / codecov/patch
frb_codegen/src/library/codegen/parser/hir/hierarchical/module/pub_use_transformer.rs#L70-L72
Check warning on line 78 in frb_codegen/src/library/codegen/parser/hir/hierarchical/module/pub_use_transformer.rs
Codecov / codecov/patch
frb_codegen/src/library/codegen/parser/hir/hierarchical/module/pub_use_transformer.rs#L76-L78
Check warning on line 80 in frb_codegen/src/library/codegen/parser/hir/hierarchical/module/pub_use_transformer.rs
Codecov / codecov/patch
frb_codegen/src/library/codegen/parser/hir/hierarchical/module/pub_use_transformer.rs#L80
Check warning on line 87 in frb_codegen/src/library/codegen/parser/hir/hierarchical/module/pub_use_transformer.rs
Codecov / codecov/patch
frb_codegen/src/library/codegen/parser/hir/hierarchical/module/pub_use_transformer.rs#L83-L87
Check warning on line 92 in frb_codegen/src/library/codegen/parser/hir/hierarchical/module/pub_use_transformer.rs
Codecov / codecov/patch
frb_codegen/src/library/codegen/parser/hir/hierarchical/module/pub_use_transformer.rs#L92
Check warning on line 95 in frb_codegen/src/library/codegen/parser/hir/hierarchical/module/pub_use_transformer.rs
Codecov / codecov/patch
frb_codegen/src/library/codegen/parser/hir/hierarchical/module/pub_use_transformer.rs#L95
Check warning on line 110 in frb_codegen/src/library/codegen/parser/hir/hierarchical/module/pub_use_transformer.rs
Codecov / codecov/patch
frb_codegen/src/library/codegen/parser/hir/hierarchical/module/pub_use_transformer.rs#L102-L110
Check warning on line 21 in frb_codegen/src/library/utils/namespace.rs
Codecov / codecov/patch
frb_codegen/src/library/utils/namespace.rs#L19-L21