mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-02 14:51:48 +00:00
Cargo update, including updating Chalk
This commit is contained in:
parent
1e60ba8927
commit
e2bce9e7eb
2 changed files with 127 additions and 127 deletions
|
@ -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,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue