Skip to content

Commit

Permalink
fix: compile errors
Browse files Browse the repository at this point in the history
  • Loading branch information
KisaragiEffective committed Apr 27, 2024
1 parent e24022f commit 6022b64
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package/origlang-cli/src/task/repl.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ use origlang_typesystem_model::TypedRootAst;
struct Dummy((), Source);

impl ariadne::Cache<()> for Dummy {
type Storage = String;

fn fetch(&mut self, _id: &()) -> Result<&Source, Box<dyn Debug + '_>> {
Ok(&self.1)
}
Expand Down

0 comments on commit 6022b64

Please sign in to comment.