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 ErrorInfo.

Functions

get_metadata_dir [Unstable]

Get the directory where metadata for a given prefix should be stored.

output_metadata [Unstable]

Write metadata for the errors in err_map to disk, to a file corresponding to prefix/name.

Type Definitions

ErrorMetadataMap [Unstable]

Mapping from error codes to metadata that can be (de)serialized.