rust/compiler/rustc_parse/src
bors b833ad56f4 Auto merge of #104573 - matthiaskrgr:rollup-k36ybtp, r=matthiaskrgr
Rollup of 8 pull requests

Successful merges:

 - #101162 (Migrate rustc_resolve to use SessionDiagnostic, part # 1)
 - #103386 (Don't allow `CoerceUnsized` into `dyn*` (except for trait upcasting))
 - #103405 (Detect incorrect chaining of if and if let conditions and recover)
 - #103594 (Fix non-associativity of `Instant` math on `aarch64-apple-darwin` targets)
 - #104006 (Add variant_name function to `LangItem`)
 - #104494 (Migrate GUI test to use functions)
 - #104516 (rustdoc: clean up sidebar width CSS)
 - #104550 (fix a typo)

Failed merges:

 - #104554 (Use `ErrorGuaranteed::unchecked_claim_error_was_emitted` less)

r? `@ghost`
`@rustbot` modify labels: rollup
2022-11-18 20:26:58 +00:00
..
lexer Use token::Lit in ast::ExprKind::Lit. 2022-11-16 09:41:28 +11:00
parser Auto merge of #104573 - matthiaskrgr:rollup-k36ybtp, r=matthiaskrgr 2022-11-18 20:26:58 +00:00
errors.rs Rollup merge of #103405 - chenyukang:yukang/fix-103381-and-if, r=compiler-errors 2022-11-18 14:13:36 +01:00
lib.rs Recover from fn ptr tys with generic param list 2022-11-11 13:42:40 +01:00
validate_attr.rs Use token::Lit in ast::ExprKind::Lit. 2022-11-16 09:41:28 +11:00