mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-22 10:05:06 +03:00
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:
@@ -335,7 +335,7 @@ struct ListNode {
|
||||
"##,
|
||||
|
||||
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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user