rust/src/librustc_const_eval
Ariel Ben-Yehuda 37c569627c refactor constant evaluation error reporting
Refactor constant evaluation to use a single error reporting function
that reports a type-error-like message.

Also, unify all error codes with the "constant evaluation error" message
to just E0080, and similarly for a few other duplicate codes. The old
situation was a total mess, and now that we have *something* we can
further iterate on the UX.
2016-07-22 14:32:56 +03:00
..
Cargo.toml refactor constant evaluation error reporting 2016-07-22 14:32:56 +03:00
check_match.rs refactor constant evaluation error reporting 2016-07-22 14:32:56 +03:00
diagnostics.rs refactor constant evaluation error reporting 2016-07-22 14:32:56 +03:00
eval.rs refactor constant evaluation error reporting 2016-07-22 14:32:56 +03:00
lib.rs refactor constant evaluation error reporting 2016-07-22 14:32:56 +03:00