about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src/errors.rs
diff options
context:
space:
mode:
authorStuart Cook <Zalathar@users.noreply.github.com>2024-10-24 14:19:53 +1100
committerGitHub <noreply@github.com>2024-10-24 14:19:53 +1100
commit9c73bcfa8d975cdc895856ca74dcd503d585f58b (patch)
treec627d9a791b227c1b2c16016644c019392c59c61 /compiler/rustc_codegen_llvm/src/errors.rs
parentb8bb2968ce1e44d01520c9d59ee6299ed66df3f9 (diff)
parent8f85b90ca6d57459eb19accb6aaf781dd1c7bf6c (diff)
downloadrust-9c73bcfa8d975cdc895856ca74dcd503d585f58b.tar.gz
rust-9c73bcfa8d975cdc895856ca74dcd503d585f58b.zip
Rollup merge of #130225 - adetaylor:rename-old-receiver, r=wesleywiser
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`
Diffstat (limited to 'compiler/rustc_codegen_llvm/src/errors.rs')
0 files changed, 0 insertions, 0 deletions