Skip to content

Commit 8e47e35

Browse files
bors[bot]lnicola
andauthored
Merge #10190
10190: minor: Bump deps r=lnicola a=lnicola bors r+ Co-authored-by: Laurențiu Nicola <[email protected]>
2 parents 92ce768 + c930dcc commit 8e47e35

File tree

3 files changed

+18
-17
lines changed

3 files changed

+18
-17
lines changed

Cargo.lock

Lines changed: 14 additions & 14 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)