rust/compiler/rustc_codegen_gcc/example
Adrian Taylor 8f85b90ca6 Rename Receiver -> LegacyReceiver
As part of the "arbitrary self types v2" project, we are going to
replace the current `Receiver` trait with a new mechanism based on a
new, different `Receiver` trait.

This PR renames the old trait to get it out the way. Naming is hard.
Options considered included:
* HardCodedReceiver (because it should only be used for things in the
  standard library, and hence is sort-of hard coded)
* LegacyReceiver
* TargetLessReceiver
* OldReceiver

These are all bad names, but fortunately this will be temporary.
Assuming the new mechanism proceeds to stabilization as intended, the
legacy trait will be removed altogether.

Although we expect this trait to be used only in the standard library,
we suspect it may be in use elsehwere, so we're landing this change
separately to identify any surprising breakages.

It's known that this trait is used within the Rust for Linux project; a
patch is in progress to remove their dependency.

This is a part of the arbitrary self types v2 project,
https://github.com/rust-lang/rfcs/pull/3519
https://github.com/rust-lang/rust/issues/44874

r? @wesleywiser
2024-10-22 12:55:16 +00:00
..
alloc_example.rs Fix compilation errors in rustc_codegen_gcc examples 2023-11-02 21:03:27 +01:00
alloc_system.rs Remove `libc` dependency in cg_gcc alloc_system example 2023-11-02 21:03:27 +01:00
arbitrary_self_types_pointers_and_wrappers.rs Merge commit '11a0cceab966e5ff1058ddbcab5977e8a1d6d290' into subtree-update_cg_gcc_2023-10-09 2023-10-09 15:53:34 -04:00
dst-field-align.rs Add 'compiler/rustc_codegen_gcc/' from commit 'afae271d5d3719eeb92c18bc004bb6d1965a5f3f' 2021-08-12 21:53:49 -04:00
example.rs Merge commit '98ed962c7d3eebe12c97588e61245273d265e72f' into master 2024-07-10 12:44:23 +02:00
mini_core.rs Rename Receiver -> LegacyReceiver 2024-10-22 12:55:16 +00:00
mini_core_hello_world.rs stabilize raw_ref_op 2024-08-18 19:46:53 +02:00
mod_bench.rs Fix compilation errors in rustc_codegen_gcc examples 2023-11-02 21:03:27 +01:00
std_example.rs stabilize `is_sorted` 2024-07-28 03:11:54 +08:00
subslice-patterns-const-eval.rs Add 'compiler/rustc_codegen_gcc/' from commit 'afae271d5d3719eeb92c18bc004bb6d1965a5f3f' 2021-08-12 21:53:49 -04:00
track-caller-attribute.rs Add 'compiler/rustc_codegen_gcc/' from commit 'afae271d5d3719eeb92c18bc004bb6d1965a5f3f' 2021-08-12 21:53:49 -04:00