Skip to content

Commit

Permalink
Merge 8ec8c85 into 850a2c4
Browse files Browse the repository at this point in the history
  • Loading branch information
jjcnn authored Apr 30, 2024
2 parents 850a2c4 + 8ec8c85 commit 50dbfde
Show file tree
Hide file tree
Showing 5 changed files with 393 additions and 383 deletions.
2 changes: 1 addition & 1 deletion sway-core/src/semantic_analysis/namespace/lexical_scope.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ use crate::{
type_system::*,
};

use super::{module::ResolvedDeclaration, TraitMap};
use super::{root::ResolvedDeclaration, TraitMap};

use sway_error::{
error::{CompileError, StructFieldUsageContext},
Expand Down
Loading

0 comments on commit 50dbfde

Please sign in to comment.