about summary refs log tree commit diff
path: root/compiler/rustc_codegen_gcc
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2025-01-15 22:06:12 +0100
committerGitHub <noreply@github.com>2025-01-15 22:06:12 +0100
commite4bbca2a9b551c364eb65a9a1a7758b125e7fc90 (patch)
tree7ee807804b4519bfb9d4ae75aec430b95910dd45 /compiler/rustc_codegen_gcc
parent5bebace822b35d5519e9483f1b7e67aa6e44d3ea (diff)
parent0922c191d5ce113fed345eeb21e8f5e4130efb2d (diff)
downloadrust-e4bbca2a9b551c364eb65a9a1a7758b125e7fc90.tar.gz
rust-e4bbca2a9b551c364eb65a9a1a7758b125e7fc90.zip
Rollup merge of #135523 - RalfJung:wrong-known-bug, r=compiler-errors
const traits: remove some known-bug that do not seem to make sense

These tests were made to point to #103507 in https://github.com/rust-lang/rust/pull/114134; I think that was a mistake: that issue is about a rather specific problem, and most tests marked as known-bug in that PR are pointing at https://github.com/rust-lang/rust/issues/110395 which makes more sense.

Of the 4 tests that still point to #103507:
- One is [the original test](https://github.com/rust-lang/rust/blob/20882608529a969bd878ad787cf0038716c021df/tests/ui/impl-trait/normalize-tait-in-const.rs). It still fails to compile, though currently for unrelated reasons (`~const Fn` is not valid as that is not a const trait). I made it point at #110395 like all the other tests that were disabled when the previous const trait impl was removed.
- One is being fixed in https://github.com/rust-lang/rust/pull/135423
- The other two are fixed in this PR

The errors we are getting here are not great but they do look correct?

FWIW there are still a whole lot of tests mentioning #110395 despite that issue being closed... I hope someone is tracking that.^^

r? `@compiler-errors`
Diffstat (limited to 'compiler/rustc_codegen_gcc')
0 files changed, 0 insertions, 0 deletions