Rollup merge of #66106 - JOE1994:master, r=GuillaumeGomez
Fix typo in explanation of `E0080` Handling issue #66105 in Rust repo. `evaluate an constant expression` to `evaluate a constant expression`
This commit is contained in:
commit
f221c3d83c
1 changed files with 1 additions and 1 deletions
|
@ -335,7 +335,7 @@ This works because `Box` is a pointer, so its size is well-known.
|
|||
"##,
|
||||
|
||||
E0080: r##"
|
||||
This error indicates that the compiler was unable to sensibly evaluate an
|
||||
This error indicates that the compiler was unable to sensibly evaluate a
|
||||
constant expression that had to be evaluated. Attempting to divide by 0
|
||||
or causing integer overflow are two ways to induce this error. For example:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue