rust/crates/hir_ty/src
Jade 4529f1be81 decl_check: consider outer scopes' allows
Fix #8417. Also makes it less noisy about no_mangle annotated stuff the
user can do nothing about.

Note: this still is broken with bitfield! macros. A repro in an ignore
test is included here. I believe this bug is elsewhere, and I don't
think I can work around it here.
2021-04-08 14:43:19 -07:00
..
diagnostics decl_check: consider outer scopes' allows 2021-04-08 14:43:19 -07:00
infer Merge #8409 2021-04-07 18:51:36 +00:00
tests Merge #8394 2021-04-07 09:35:40 +00:00
traits Fix return type of self_type_parameter 2021-04-07 20:41:52 +02:00
autoderef.rs Move Ty::builtin_deref 2021-04-07 13:06:48 +02:00
builder.rs Move Ty accessors to TyExt 2021-04-06 13:58:48 +02:00
chalk_cast.rs Introduce GenericArg like in Chalk 2021-04-03 11:17:13 +02:00
chalk_ext.rs Merge #8409 2021-04-07 18:51:36 +00:00
db.rs Add chalk_ir::Const to TyKind::Array 2021-04-06 11:45:41 +02:00
diagnostics.rs
display.rs Fix return type of Substitution::interned 2021-04-07 20:50:26 +02:00
infer.rs InEnvironment::new takes a reference 2021-04-07 20:48:58 +02:00
lib.rs Merge #8409 2021-04-07 18:51:36 +00:00
lower.rs Move hir_trait_id to extension trait 2021-04-07 20:40:01 +02:00
method_resolution.rs InEnvironment::new takes a reference 2021-04-07 20:48:58 +02:00
op.rs Rename TyKind::Unknown to Error 2021-04-05 15:39:06 +03:00
primitive.rs
test_db.rs
tests.rs Access a body's block def maps via a method 2021-04-04 03:03:18 +02:00
traits.rs Move hir_trait_id to extension trait 2021-04-07 20:40:01 +02:00
types.rs Fix return type of Substitution::interned 2021-04-07 20:50:26 +02:00
utils.rs Move hir_trait_id to extension trait 2021-04-07 20:40:01 +02:00
walk.rs Remove Ty::substs{_mut} 2021-04-07 17:56:53 +02:00