mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-26 20:09:19 +00:00
also make "unknown" case non-enumerable
This commit is contained in:
parent
65582933cf
commit
3f9996d18a
1 changed files with 1 additions and 1 deletions
|
@ -478,7 +478,7 @@ pub(crate) fn trait_datum_query(
|
||||||
associated_ty_ids: Vec::new(),
|
associated_ty_ids: Vec::new(),
|
||||||
where_clauses: Vec::new(),
|
where_clauses: Vec::new(),
|
||||||
flags: chalk_rust_ir::TraitFlags {
|
flags: chalk_rust_ir::TraitFlags {
|
||||||
non_enumerable: false,
|
non_enumerable: true,
|
||||||
auto: false,
|
auto: false,
|
||||||
marker: false,
|
marker: false,
|
||||||
upstream: true,
|
upstream: true,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue