Cargo update, including updating Chalk

This commit is contained in:
Florian Diebold 2019-07-14 18:21:50 +02:00
parent 1e60ba8927
commit e2bce9e7eb
2 changed files with 127 additions and 127 deletions

View file

@ -460,6 +460,7 @@ pub(crate) fn trait_datum_query(
associated_ty_ids: Vec::new(),
where_clauses: Vec::new(),
flags: chalk_rust_ir::TraitFlags {
non_enumerable: false,
auto: false,
marker: false,
upstream: true,
@ -477,6 +478,7 @@ pub(crate) fn trait_datum_query(
auto: trait_.is_auto(db),
upstream: trait_.module(db).krate(db) != Some(krate),
// FIXME set these flags correctly
non_enumerable: false,
marker: false,
fundamental: false,
};