Module syntax::diagnostics::metadata
[−]
[src]
Unstable (
rustc_private
)This module contains utilities for outputting metadata for diagnostic errors.
Each set of errors is mapped to a metadata file by a name, which is currently always a crate name.
Structs
ErrorLocation |
[Unstable] JSON encodable error location type with filename and line number. |
ErrorMetadata |
[Unstable] JSON encodable/decodable version of |
Functions
get_metadata_dir |
[Unstable] Get the directory where metadata for a given |
output_metadata |
[Unstable] Write metadata for the errors in |
Type Definitions
ErrorMetadataMap |
[Unstable] Mapping from error codes to metadata that can be (de)serialized. |