Break line at 100 characters
This commit is contained in:
parent
913354b846
commit
55637f5669
1 changed files with 2 additions and 2 deletions
|
@ -222,8 +222,8 @@ mod prim_bool {}
|
||||||
/// The reason is that, in the first example, there are many possible types that `!` could coerce
|
/// The reason is that, in the first example, there are many possible types that `!` could coerce
|
||||||
/// to, because many types implement `Add<u32>`. However, in the second example,
|
/// to, because many types implement `Add<u32>`. However, in the second example,
|
||||||
/// the `else` branch returns a `0`, which the compiler infers from the return type to be of type
|
/// the `else` branch returns a `0`, which the compiler infers from the return type to be of type
|
||||||
/// `u32`. Since `u32` is a concrete type, `!` can and will be coerced to it. See issue [#36375] for more
|
/// `u32`. Since `u32` is a concrete type, `!` can and will be coerced to it. See issue [#36375]
|
||||||
/// information on this quirk of `!`.
|
/// for more information on this quirk of `!`.
|
||||||
///
|
///
|
||||||
/// [#36375]: https://github.com/rust-lang/rust/issues/36375
|
/// [#36375]: https://github.com/rust-lang/rust/issues/36375
|
||||||
///
|
///
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue