rust/compiler/rustc_mir_build/src/thir
Yuki Okushi 2a6a8f4d30
Rollup merge of #103749 - est31:reduce_irrefutable_let_else_span, r=cjgillot
Reduce span of let else irrefutable_let_patterns warning

Huge spans aren't good for IDE users as they underline constructs that are possibly multiline.

Similar PR to #90761 which did the same for the `unused_macros` lint.
2022-11-01 12:03:41 +09:00
..
cx Make dyn* cast into a coercion 2022-10-14 04:27:01 +00:00
pattern Rollup merge of #103749 - est31:reduce_irrefutable_let_else_span, r=cjgillot 2022-11-01 12:03:41 +09:00
constant.rs Remove the symbol from ast::LitKind::Err. 2022-08-23 16:56:24 +10:00
mod.rs Remove crate visibility usage in compiler 2022-05-20 20:04:54 -04:00
util.rs Remove crate visibility usage in compiler 2022-05-20 20:04:54 -04:00