rust/src/rustc
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
..
libc_shim rustbuild: Add support for crate tests + doctests 2016-05-12 08:52:20 -07:00
std_shim rustbuild: Add support for crate tests + doctests 2016-05-12 08:52:20 -07:00
test_shim rustbuild: Add support for crate tests + doctests 2016-05-12 08:52:20 -07:00
Cargo.lock refactor constant evaluation error reporting 2016-07-22 14:32:56 +03:00
Cargo.toml rustbuild: Add support for crate tests + doctests 2016-05-12 08:52:20 -07:00
rustc.rs
rustdoc.rs