File tree 7 files changed +8
-10
lines changed
uitest/fixtures/ty_check/pat
7 files changed +8
-10
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,6 @@ description = "Provides HIR definition and lowering for Fe lang."
13
13
semver = " 1.0.17"
14
14
camino = " 1.1.4"
15
15
smol_str = " 0.1.24"
16
- salsa = { git = " https://github.com/salsa-rs /salsa" , rev = " a1bf3a6 " }
16
+ salsa = { git = " https://github.com/Y-Nak /salsa" , branch = " fix-salsa3.0-pre " }
17
17
indexmap = " 2.2"
18
18
parser = { path = " ../parser2" , package = " fe-parser2" }
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ description = "Provides Fe driver"
10
10
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
11
11
12
12
[dependencies ]
13
- salsa = { git = " https://github.com/salsa-rs /salsa" , rev = " a1bf3a6 " }
13
+ salsa = { git = " https://github.com/Y-Nak /salsa" , branch = " fix-salsa3.0-pre " }
14
14
codespan-reporting = " 0.11"
15
15
16
16
hir = { path = " ../hir" , package = " fe-hir" }
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ repository = "https://github.com/ethereum/fe"
8
8
description = " Provides HIR semantic analysis for Fe lang"
9
9
10
10
[dependencies ]
11
- salsa = { git = " https://github.com/salsa-rs /salsa" , rev = " a1bf3a6 " }
11
+ salsa = { git = " https://github.com/Y-Nak /salsa" , branch = " fix-salsa3.0-pre " }
12
12
smallvec = " 1.10"
13
13
rustc-hash = " 1.1.0"
14
14
either = " 1.8"
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ repository = "https://github.com/ethereum/fe"
8
8
description = " Provides HIR definition and lowering for Fe lang"
9
9
10
10
[dependencies ]
11
- salsa = { git = " https://github.com/salsa-rs /salsa" , rev = " a1bf3a6 " }
11
+ salsa = { git = " https://github.com/Y-Nak /salsa" , branch = " fix-salsa3.0-pre " }
12
12
derive_more = " 0.99"
13
13
cranelift-entity = " 0.91"
14
14
num-bigint = " 0.4"
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ description = "An LSP language server for Fe lang"
10
10
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
11
11
12
12
[dependencies ]
13
- salsa = { git = " https://github.com/salsa-rs /salsa" , rev = " a1bf3a6 " }
13
+ salsa = { git = " https://github.com/Y-Nak /salsa" , branch = " fix-salsa3.0-pre " }
14
14
codespan-reporting = " 0.11"
15
15
act-locally = " 0.1.1"
16
16
hir = { path = " ../hir" , package = " fe-hir" }
Original file line number Diff line number Diff line change @@ -76,7 +76,5 @@ error[8-0011]: all fields are not given
76
76
22 │ let Bar: :Variant {}
77
77
│ ^^
78
78
│ │
79
- │ missing ` x, y `
79
+ │ missing ` y, x `
80
80
│ Consider using ` Bar::Variant { x , y } ` instead
81
-
82
-
You can’t perform that action at this time.
0 commit comments