diff options
| author | Zalathar <Zalathar@users.noreply.github.com> | 2024-08-13 20:24:53 +1000 |
|---|---|---|
| committer | Zalathar <Zalathar@users.noreply.github.com> | 2024-08-13 20:24:53 +1000 |
| commit | 355f264d32cf449e00adeeaccfb17a1e2f3fdd18 (patch) | |
| tree | 747aa953433179c8cd3a6668183ea21549f4915d /src | |
| parent | 2a000c8d7073ad1b857c8028a5bbaa21eb12ced5 (diff) | |
| download | rust-355f264d32cf449e00adeeaccfb17a1e2f3fdd18.tar.gz rust-355f264d32cf449e00adeeaccfb17a1e2f3fdd18.zip | |
Remove a confusing comment
The JSON messages parsed by this file are from the _compiler_, not from libtest.
Diffstat (limited to 'src')
| -rw-r--r-- | src/tools/compiletest/src/json.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tools/compiletest/src/json.rs b/src/tools/compiletest/src/json.rs index 70c05925b50..0da93dcafa2 100644 --- a/src/tools/compiletest/src/json.rs +++ b/src/tools/compiletest/src/json.rs @@ -1,5 +1,4 @@ //! 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 std::path::{Path, PathBuf}; use std::str::FromStr; |
