This commit is contained in:
Lukas Wirth 2023-02-27 15:51:45 +01:00
parent b38fcde3ba
commit 9e5fa74279
7 changed files with 44 additions and 52 deletions

View file

@ -1673,6 +1673,7 @@ impl<'a> SemanticsScope<'a> {
}
}
#[derive(Debug)]
pub struct VisibleTraits(pub FxHashSet<TraitId>);
impl ops::Deref for VisibleTraits {