diff options
| author | Jonathan Turner <jturner@mozilla.com> | 2016-06-21 18:08:13 -0400 |
|---|---|---|
| committer | Jonathan Turner <jturner@mozilla.com> | 2016-06-23 08:07:35 -0400 |
| commit | 6ae350213485f7c917113f3916e58c51cef97a76 (patch) | |
| tree | f72d48a2dfcd24267bc1b8b0b0807ff07fac5a5d /src/tools/compiletest | |
| parent | 3908913db51d3b9d449206ab5b4a37cf3319d234 (diff) | |
| download | rust-6ae350213485f7c917113f3916e58c51cef97a76.tar.gz rust-6ae350213485f7c917113f3916e58c51cef97a76.zip | |
Move errors from libsyntax to its own crate
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 84b78547ab9..e5b628bb002 100644 --- a/src/tools/compiletest/src/json.rs +++ b/src/tools/compiletest/src/json.rs @@ -15,7 +15,7 @@ use std::path::Path; use runtest::{ProcRes}; // These structs are a subset of the ones found in -// `syntax::errors::json`. +// `syntax::json`. #[derive(RustcEncodable, RustcDecodable)] struct Diagnostic { |
