rust/clippy_utils/src
bors 5b7a2d5037 Auto merge of #99210 - Dylan-DPC:rollup-879cp1t, r=Dylan-DPC
Rollup of 5 pull requests

Successful merges:

 - #98574 (Lower let-else in MIR)
 - #99011 (`UnsafeCell` blocks niches inside its nested type from being available outside)
 - #99030 (diagnostics: error messages when struct literals fail to parse)
 - #99155 (Keep unstable target features for asm feature checking)
 - #99199 (Refactor: remove an unnecessary `span_to_snippet`)

Failed merges:

r? `@ghost`
`@rustbot` modify labels: rollup
2022-07-13 17:13:27 +00:00
..
ast_utils
ast_utils.rs ast: Add span to Extern 2022-07-02 23:30:03 +01:00
attrs.rs remove unnecessary to_string and String::new 2022-06-13 15:48:40 +09:00
comparisons.rs
consts.rs Merge commit 'd7b5cbf065b88830ca519adcb73fad4c0d24b1c7' into clippyup 2022-06-16 17:39:06 +02:00
diagnostics.rs remove span_lint_and_sugg_for_edges from clippy utils 2022-06-19 23:21:14 +04:00
eager_or_lazy.rs Make ExprKind::Closure a struct variant. 2022-06-12 00:16:27 +02:00
higher.rs Merge commit 'd9ddce8a223cb9916389c039777b6966ea448dc8' into clippyup 2022-06-04 13:34:07 +02:00
hir_utils.rs move else block into the Local struct 2022-07-11 23:20:37 +02:00
lib.rs move else block into the Local struct 2022-07-11 23:20:37 +02:00
macros.rs Merge commit '7c21f91b15b7604f818565646b686d90f99d1baf' into clippyup 2022-05-05 15:12:52 +01:00
msrvs.rs Merge commit '0cb0f7636851f9fcc57085cf80197a2ef6db098f' into clippyup 2022-06-30 10:50:09 +02:00
numeric_literal.rs Merge 'rust-clippy/master' into clippyup 2022-05-21 13:24:00 +02:00
paths.rs Merge commit '0cb0f7636851f9fcc57085cf80197a2ef6db098f' into clippyup 2022-06-30 10:50:09 +02:00
ptr.rs Remove a span from hir::ExprKind::MethodCall 2022-01-21 07:48:10 -06:00
qualify_min_const_fn.rs add new rval, pull deref early 2022-07-12 14:26:41 +03:00
source.rs Merge commit 'd9ddce8a223cb9916389c039777b6966ea448dc8' into clippyup 2022-06-04 13:34:07 +02:00
str_utils.rs Merge commit '0eff589afc83e21a03a168497bbab6b4dfbb4ef6' into clippyup 2021-12-30 15:10:43 +01:00
sugg.rs remove the rest of unnecessary to_string 2022-06-17 18:48:09 +09:00
sym_helper.rs
ty.rs Relax constrained generics to TypeVisitable 2022-07-05 22:25:43 +01:00
usage.rs Make ExprKind::Closure a struct variant. 2022-06-12 00:16:27 +02:00
visitors.rs Merge commit '0cb0f7636851f9fcc57085cf80197a2ef6db098f' into clippyup 2022-06-30 10:50:09 +02:00