We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b4e614a + dc79580 commit 55be5fbCopy full SHA for 55be5fb
rust/extractor/src/translate/base.rs
@@ -734,10 +734,6 @@ impl<'a> Translator<'a> {
734
}
735
736
pub(crate) fn emit_item_expansion(&mut self, node: &ast::Item, label: Label<generated::Item>) {
737
- // TODO: remove this after fixing exponential expansion on libraries like funty-2.0.0
738
- if self.source_kind == SourceKind::Library {
739
- return;
740
- }
741
(|| {
742
let semantics = self.semantics?;
743
let file = semantics.hir_file_for(node.syntax());
0 commit comments