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.
1 parent 6553dce commit 4761f6cCopy full SHA for 4761f6c
sway-core/src/semantic_analysis/namespace/mod.rs
@@ -22,6 +22,7 @@ pub(crate) use trait_map::IsImplInterfaceSurface;
22
pub(crate) use trait_map::IsImplSelf;
23
pub(super) use trait_map::ResolvedTraitImplItem;
24
pub(crate) use trait_map::TraitEntry;
25
+pub(crate) use trait_map::TraitKey;
26
pub use trait_map::TraitMap;
27
pub use trait_map::TryInsertingTraitImplOnFailure;
28
0 commit comments