rust/src/libsyntax/diagnostics
Ruud van Asseldonk a7f1d12ae4 Avoid ICE if environment variable is not set
Rustdoc could trigger a code path that relied on the
$CFG_COMPILER_HOST_TRIPLE environment variable being
set, causing an ICE if it was not. This fixes that,
emitting an error instead of crashing.
2016-01-28 22:15:42 +01:00
..
macros.rs use structured errors 2015-12-30 14:27:59 +13:00
metadata.rs diagnostics: Resurrect the Compiler Error Index. 2015-06-20 16:57:40 +10:00
plugin.rs Avoid ICE if environment variable is not set 2016-01-28 22:15:42 +01:00
registry.rs Remove usage of .map(|&foo| foo) 2015-02-18 00:57:35 +00:00