about summary refs log tree commit diff
path: root/compiler/rustc_parse/src/errors.rs
diff options
context:
space:
mode:
authorMatthias Krüger <476013+matthiaskrgr@users.noreply.github.com>2025-07-02 19:29:34 +0200
committerGitHub <noreply@github.com>2025-07-02 19:29:34 +0200
commit7c9a03b9697d3d0c833956418d1f4d12dca234c3 (patch)
tree8fcaf7bf3b8fc881848c92f66f7a20a03dec8086 /compiler/rustc_parse/src/errors.rs
parente0499e45831f9f8e8d16a09e3ba121310ffd294b (diff)
parent845d9ff96327bc3c9a8ca07d4f9f275ce09384df (diff)
downloadrust-7c9a03b9697d3d0c833956418d1f4d12dca234c3.tar.gz
rust-7c9a03b9697d3d0c833956418d1f4d12dca234c3.zip
Rollup merge of #138340 - oli-obk:one-size-fits-all, r=m-ou-se
Remove some unsized tuple impls now that we don't support unsizing tuples anymore

Since https://github.com/rust-lang/rust/pull/137728 there is no sound way to create unsized tuples anymore. While we can't remove them from the language (tried here: https://github.com/rust-lang/rust/pull/138093) due to people using `PhantomData<(T, U)>` where `U: ?Sized` (they'd have to use `(PhantomData<T>, PhantomData<U>)` now), we can remove the impls from libcore I believe.

r? libs I guess?
Diffstat (limited to 'compiler/rustc_parse/src/errors.rs')
0 files changed, 0 insertions, 0 deletions