aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir
diff options
context:
space:
mode:
authorNiko Matsakis <[email protected]>2019-09-09 20:30:26 +0100
committerNiko Matsakis <[email protected]>2019-09-09 20:30:26 +0100
commit3f9996d18a22a4b92340b59c56e87f9e952fe178 (patch)
tree85271e0f92fce9acc5c03a5f8b108c6f82668735 /crates/ra_hir
parent65582933cff313f131c71515a4dd98237c9a73b8 (diff)
also make "unknown" case non-enumerable
Diffstat (limited to 'crates/ra_hir')
-rw-r--r--crates/ra_hir/src/ty/traits/chalk.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_hir/src/ty/traits/chalk.rs b/crates/ra_hir/src/ty/traits/chalk.rs
index e3fc362e1..0367c6560 100644
--- a/crates/ra_hir/src/ty/traits/chalk.rs
+++ b/crates/ra_hir/src/ty/traits/chalk.rs
@@ -478,7 +478,7 @@ pub(crate) fn trait_datum_query(
478 associated_ty_ids: Vec::new(), 478 associated_ty_ids: Vec::new(),
479 where_clauses: Vec::new(), 479 where_clauses: Vec::new(),
480 flags: chalk_rust_ir::TraitFlags { 480 flags: chalk_rust_ir::TraitFlags {
481 non_enumerable: false, 481 non_enumerable: true,
482 auto: false, 482 auto: false,
483 marker: false, 483 marker: false,
484 upstream: true, 484 upstream: true,