rust/crates/hir_ty/src
Florian Diebold c2aefd5b95 Don't look in super traits for <T as Trait>::Assoc
This isn't actually how it works, you have to specify the exact trait
that has the associated type.

Fixes #8686.
2021-04-29 20:23:02 +02:00
..
diagnostics decl_check: follow test style guide 2021-04-13 14:13:35 +02:00
infer fix: closure unify without check ClosureId 2021-04-29 15:26:41 +08:00
tests Don't look in super traits for <T as Trait>::Assoc 2021-04-29 20:23:02 +02:00
autoderef.rs Profile trait solving for all invocations 2021-04-14 19:11:17 +03:00
builder.rs Remove unused 2021-04-08 14:36:14 +02:00
chalk_db.rs More moving stuff around 2021-04-09 14:28:04 +02:00
chalk_ext.rs Intern consts & lifetimes 2021-04-08 22:48:47 +02:00
db.rs Handle cycles in generic_defaults more gracefully 2021-04-29 20:00:43 +02:00
diagnostics.rs More cleanups / module docs 2021-04-09 14:40:58 +02:00
display.rs hir_ty: deal with TypeRef::Macro in HirFormatter 2021-04-17 16:24:56 +02:00
infer.rs Remove unused 2021-04-08 14:36:14 +02:00
interner.rs More cleanups 2021-04-09 14:33:31 +02:00
lib.rs Exclude inherent traits from flyimports 2021-04-16 11:13:17 +03:00
lower.rs Don't look in super traits for <T as Trait>::Assoc 2021-04-29 20:23:02 +02:00
mapping.rs More moving stuff around 2021-04-09 14:28:04 +02:00
method_resolution.rs Collect inherent impls in unnamed consts 2021-04-19 01:06:26 +02:00
op.rs Implement more precise binary op return type prediction 2021-04-10 16:56:32 +02:00
primitive.rs More cleanups / module docs 2021-04-09 14:40:58 +02:00
test_db.rs
tests.rs
tls.rs More moving stuff around 2021-04-09 14:28:04 +02:00
traits.rs More cleanups / module docs 2021-04-09 14:40:58 +02:00
utils.rs Rewrite all_super_trait_refs as an iterator 2021-04-29 20:18:41 +02:00
walk.rs Remove unused 2021-04-08 14:36:14 +02:00