Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unsupported unstable features #140

Open
9 tasks
lcnr opened this issue Jan 21, 2025 · 0 comments
Open
9 tasks

unsupported unstable features #140

lcnr opened this issue Jan 21, 2025 · 0 comments
Labels

Comments

@lcnr
Copy link
Contributor

lcnr commented Jan 21, 2025

  • feature(generic_const_exprs) rarw
  • #![feature(fn_delegation)] and opaque types
    • tests/ui/delegation/impl-trait.rs
    • tests/ui/delegation/fn-header.rs
  • feature(transmutability) doesn't work #152
    • tests/ui/transmutability/alignment/align-pass.rs
    • tests/ui/transmutability/references/recursive-wrapper-types-bit-compatible.rs
    • tests/ui/transmutability/references/u8-to-unit.rs
    • tests/ui/transmutability/references/recursive-wrapper-types.rs
    • tests/ui/transmutability/safety/assume/should_accept_if_ref_src_has_safety_invariant.rs
    • tests/ui/transmutability/references/unit-to-itself.rs
    • tests/ui/transmutability/issue-110467.rs (ICE)
    • tests/ui/transmutability/references/accept_unexercised_lifetime_extension.rs (ICE)
    • tests/ui/transmutability/references/reject_lifetime_extension.rs (ICE)
    • tests/ui/transmutability/references/accept_assume_lifetime_extension.rs (ICE)
  • feature(dyn_compatible_for_dispatch)]
  • feature(associated_const_equality) is not supported
    • tests/ui/generic-const-items/assoc-const-AnonConst-ice-108220.rs
    • tests/ui/associated-consts/assoc-const.rs
    • tests/ui/generic-const-items/associated-const-equality.rs
  • #![feature(async_fn_in_dyn_trait)] is not yet implemented in the new solver
    • tests/ui/async-await/dyn/wrong-size.rs
    • tests/ui/async-await/dyn/mut-is-pointer-like.rs
    • tests/ui/async-await/dyn/works.rs
  • feature(try_blocks) inference failures:
  • feature(specialization):
    • default assoc item ambiguous during hir typeck
      • tests/ui/specialization/broken-mir-drop-glue-107228.rs
      • tests/ui/specialization/transmute-specialization.rs
      • tests/ui/specialization/specialization-projection-alias.rs
    • specialization no more query cycle :3
      • tests/ui/specialization/issue-39618.rs
    • no prefer final impl in solver (during normalization):
      • tests/ui/impl-trait/equality-rpass.rs
      • tests/ui/specialization/specialization-projection.rs
      • tests/ui/specialization/issue-70442.rs
      • tests/ui/specialization/assoc-ty-graph-cycle.rs
      • tests/ui/specialization/ctfe/default-assoc-type.rs
    • don't care
      • tests/ui/specialization/issue-38091-2.rs
@lcnr lcnr changed the title feature(fn_delegation) tries to opaquely use opaque types unsupported unstable features Jan 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant