Skip to content

Commit 7adca5a

Browse files
authored
Merge pull request #1069 from sbillig/assoc-types
associated types
2 parents d9dc1af + a42bd4e commit 7adca5a

192 files changed

Lines changed: 8803 additions & 1709 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ wasm-bindgen-test = "0.3"
3737

3838
[profile.dev]
3939
# Set to 0 to make the build faster and debugging more difficult.
40-
debug = 1
40+
debug = 0

crates/common/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ license = "Apache-2.0"
66
repository = "https://github.com/ethereum/fe"
77
description = "Provides HIR definition and lowering for Fe lang."
88

9+
[lib]
10+
doctest = false
11+
912
[dependencies]
1013
camino.workspace = true
1114
paste.workspace = true

crates/driver/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ description = "Provides Fe driver"
88

99
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1010

11+
[lib]
12+
doctest = false
13+
1114
[dependencies]
1215
camino.workspace = true
1316
clap.workspace = true

crates/hir-analysis/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ license = "Apache-2.0"
66
repository = "https://github.com/ethereum/fe"
77
description = "Provides HIR semantic analysis for Fe lang"
88

9+
[lib]
10+
doctest = false
11+
912
[dependencies]
1013
bitflags = "2.8"
1114
cranelift-entity = "0.115"

0 commit comments

Comments
 (0)