This commit is contained in:
Lukas Wirth 2021-12-21 14:07:48 +01:00
parent 539b0c2582
commit 22b2c2fdf7
8 changed files with 72 additions and 79 deletions

View file

@ -3024,7 +3024,7 @@ impl Callable {
}
/// For IDE only
#[derive(Debug, PartialEq, Eq, Hash)]
#[derive(Copy, Clone, Debug, PartialEq, Eq, Hash)]
pub enum ScopeDef {
ModuleDef(ModuleDef),
MacroDef(MacroDef),