Skip to content

Commit 70faf08

Browse files
author
Grant Wuerker
committed
library2
1 parent 4a18de0 commit 70faf08

File tree

26 files changed

+4998
-5
lines changed

26 files changed

+4998
-5
lines changed

Cargo.lock

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/common2/src/input.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ use crate::InputDb;
1010
#[salsa::input(constructor = __new_impl)]
1111
pub struct InputIngot {
1212
/// An absolute path to the ingot root directory.
13-
/// The all files in the ingot should be located under this directory.
13+
/// All files in the ingot should be located under this directory.
1414
#[return_ref]
1515
pub path: Utf8PathBuf,
1616

crates/driver2/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ description = "Provides Fe driver"
1212
[dependencies]
1313
salsa = { git = "https://github.com/salsa-rs/salsa", package = "salsa-2022" }
1414
codespan-reporting = "0.11"
15+
library2 = { path = "../library2", package = "fe-library2" }
1516

1617
hir = { path = "../hir", package = "fe-hir" }
1718
common = { path = "../common2", package = "fe-common2" }

0 commit comments

Comments
 (0)