diff options
| author | Zack M. Davis <code@zackmdavis.net> | 2017-07-30 23:22:09 -0700 |
|---|---|---|
| committer | Zack M. Davis <code@zackmdavis.net> | 2017-08-06 21:29:05 -0700 |
| commit | 7efeade2685232ed01f65b69e6d8ad710eceb351 (patch) | |
| tree | fafc2302a79c61208ca57c96810b635df8fa7df0 /src/libsyntax | |
| parent | ba1d065ffa3606b61201ef69fec3ad0bfc5b2f7b (diff) | |
| download | rust-7efeade2685232ed01f65b69e6d8ad710eceb351.tar.gz rust-7efeade2685232ed01f65b69e6d8ad710eceb351.zip | |
de-orphan extended information
Bizarrely, librustc_passes, librustc_plugin, librustc_mir, and libsyntax weren't getting their error explanations registered. Resolves #35284.
Diffstat (limited to 'src/libsyntax')
| -rw-r--r-- | src/libsyntax/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsyntax/lib.rs b/src/libsyntax/lib.rs index a8338fccb6b..43345b02bf6 100644 --- a/src/libsyntax/lib.rs +++ b/src/libsyntax/lib.rs @@ -148,4 +148,4 @@ pub mod ext { #[cfg(test)] mod test_snippet; -// __build_diagnostic_array! { libsyntax, DIAGNOSTICS } +__build_diagnostic_array! { libsyntax, DIAGNOSTICS } |
