rust/compiler/rustc_ast_pretty/src
Guillaume Gomez c73aa787f6
Rollup merge of #121109 - nnethercote:TyKind-Err-guar-2, r=oli-obk
Add an ErrorGuaranteed to ast::TyKind::Err (attempt 2)

This makes it more like `hir::TyKind::Err`, and avoids a `has_errors` assertion in `LoweringContext::lower_ty_direct`.

r? ```@oli-obk```
2024-02-16 00:27:32 +01:00
..
pp Remove or downgrade unnecessary pub visibility markers. 2023-11-22 08:13:21 +11:00
pprust Rollup merge of #121109 - nnethercote:TyKind-Err-guar-2, r=oli-obk 2024-02-16 00:27:32 +01:00
helpers.rs Prefer doc comments over //-comments in compiler 2022-11-27 11:19:04 +00:00
lib.rs Invert diagnostic lints. 2024-02-06 13:12:33 +11:00
pp.rs Remove or downgrade unnecessary pub visibility markers. 2023-11-22 08:13:21 +11:00