[][src]Module rustc_ap_rustc_errors::json

A JSON emitter for errors.

This works by converting errors to a simplified structural format (see the structs at the start of the file) and then serializing them. These should contain as much information about the error as possible.

The format of the JSON output should be considered unstable. For now the structs at the end of this file (Diagnostic*) specify the error format.

Structs

JsonEmitter