Skip to content

Commit 1efe67f

Browse files
committed
Update never type fallback for stabilization
In the stabilization, the dependency_on_unit_never_type_fallback is being made a hard error in all editions.
1 parent d81f5ab commit 1efe67f

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/divergence.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,6 @@ If a type to be inferred is only unified with diverging expressions, then that t
7474
> };
7575
> ```
7676
77-
> [!EDITION-2024]
78-
> Before the 2024 edition, the type was inferred to instead be `()`.
79-
8077
> [!NOTE]
8178
> Importantly, type unification may happen *structurally*, so the fallback `!` may be part of a larger type. The following compiles:
8279
>

0 commit comments

Comments
 (0)