Skip to content

Commit c930dcc

Browse files
committed
Bump chalk
1 parent 968000e commit c930dcc

File tree

3 files changed

+12
-11
lines changed

3 files changed

+12
-11
lines changed

Cargo.lock

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

crates/hir_ty/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ ena = "0.14.0"
1717
tracing = "0.1"
1818
rustc-hash = "1.1.0"
1919
scoped-tls = "1"
20-
chalk-solve = { version = "0.70", default-features = false }
21-
chalk-ir = "0.70"
22-
chalk-recursive = { version = "0.70", default-features = false }
20+
chalk-solve = { version = "0.71", default-features = false }
21+
chalk-ir = "0.71"
22+
chalk-recursive = { version = "0.71", default-features = false }
2323
la-arena = { version = "0.2.0", path = "../../lib/arena" }
2424
once_cell = { version = "1.5.0" }
2525

crates/hir_ty/src/chalk_db.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -508,6 +508,7 @@ fn lang_attr_from_well_known_trait(attr: WellKnownTrait) -> &'static str {
508508
WellKnownTrait::Unpin => "unpin",
509509
WellKnownTrait::CoerceUnsized => "coerce_unsized",
510510
WellKnownTrait::DiscriminantKind => "discriminant_kind",
511+
WellKnownTrait::Generator => "generator",
511512
}
512513
}
513514

0 commit comments

Comments
 (0)