rust/compiler/rustc_hir/src
Yuki Okushi be2a3f8642
Rollup merge of #80538 - JulianKnodt:err_usize, r=lcnr
Add check for `[T;N]`/`usize` mismatch in astconv

Helps clarify the issue in #80506
by adding a specific check for mismatches between [T;N] and usize.

r? `@lcnr`
2021-01-05 09:52:37 +09:00
..
arena.rs Retain assembly operands span when lowering AST to HIR 2020-12-06 20:48:08 +01:00
def.rs resolve: Introduce a separate NonMacroAttrKind for legacy derive helpers 2020-11-19 19:25:20 +03:00
definitions.rs Changed unwrap_or to unwrap_or_else in some places. 2020-11-10 20:07:47 -08:00
hir_id.rs Remove unused code from rustc_hir 2020-10-14 04:14:32 +02:00
hir.rs Rollup merge of #80538 - JulianKnodt:err_usize, r=lcnr 2021-01-05 09:52:37 +09:00
intravisit.rs reduce borrowing and (de)referencing around match patterns (clippy::match_ref_pats) 2021-01-02 20:09:17 +01:00
itemlikevisit.rs Store ForeignItem in a side table. 2020-11-26 21:29:27 +01:00
lang_items.rs Fix const core::panic!(non_literal_str). 2020-10-22 18:41:35 +02:00
lib.rs
pat_util.rs Fix even more clippy warnings 2020-10-30 10:13:39 -04:00
stable_hash_impls.rs Store ForeignItem in a side table. 2020-11-26 21:29:27 +01:00
target.rs passes: prohibit attrs on generic params 2020-11-29 14:05:19 +00:00
weak_lang_items.rs