rust/compiler/rustc_const_eval/src
Arpad Borsos c96d888bdf
Pretty-print generators with their generator_kind
After removing `GenFuture`, I special-cased async generators to pretty-print as `impl Future<Output = X>` mainly to avoid too much diagnostics changes originally.

This now reverses that change so that async fn/blocks are pretty-printed as `[$movability `async` $something@$source-position]` in various diagnostics, and updates the tests that this touches.
2022-11-26 20:42:50 +01:00
..
const_eval Rollup merge of #104564 - RalfJung:either, r=oli-obk 2022-11-20 18:21:48 +01:00
interpret Rollup merge of #104564 - RalfJung:either, r=oli-obk 2022-11-20 18:21:48 +01:00
transform Pretty-print generators with their generator_kind 2022-11-26 20:42:50 +01:00
util Use tcx.require_lang_item instead of unwrapping 2022-11-22 17:19:19 +00:00
errors.rs Migrate all diagnostics 2022-10-23 10:09:44 +02:00
lib.rs Remove allow(rustc::potential_query_instability) in rustc_const_eval 2022-10-18 17:44:01 +02:00