diff options
| author | Mark Rousskov <mark.simulacrum@gmail.com> | 2019-11-14 17:24:44 -0500 |
|---|---|---|
| committer | Mark Rousskov <mark.simulacrum@gmail.com> | 2019-11-15 08:45:49 -0500 |
| commit | c31a8754e3f3a9274759cb429aad4ae594d39e29 (patch) | |
| tree | 4c50d1f64384325c9f7d7635602149dddb86d7aa /src/tools/compiletest | |
| parent | 3f93ffc3334b77cc9025f68dfcea92098987abf3 (diff) | |
Move JSON emitter to rustc_errors
Diffstat (limited to 'src/tools/compiletest')
| -rw-r--r-- | src/tools/compiletest/src/json.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/compiletest/src/json.rs b/src/tools/compiletest/src/json.rs index 02b09e21ff0..7930d1249e7 100644 --- a/src/tools/compiletest/src/json.rs +++ b/src/tools/compiletest/src/json.rs @@ -1,4 +1,4 @@ -//! These structs are a subset of the ones found in `syntax::json`. +//! These structs are a subset of the ones found in `rustc_errors::json`. //! They are only used for deserialization of JSON output provided by libtest. use crate::errors::{Error, ErrorKind}; |
