We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a2e762 commit 8567b15Copy full SHA for 8567b15
src/rust-2024/never-type-fallback.md
@@ -50,7 +50,7 @@ In the 2024 edition (and possibly in all editions on a later date) the fallback
50
This makes it work more intuitively, now when you pass `!` and there is no reason to coerce it to
51
something else, it is kept as `!`.
52
53
-In some cases your code might depend on the fallback being `()`, so this can cause compilation
+In some cases your code might depend on the fallback being `()`, so this can cause compilation
54
errors or changes in behavior.
55
56
[coercion site]: https://doc.rust-lang.org/reference/type-coercions.html#coercion-sites
@@ -138,4 +138,3 @@ if true {
138
return
139
};
140
```
141
-
0 commit comments