Skip to main content

Crate noirc_errors

Crate noirc_errors 

Source

Re-exports§

pub use reporter::CustomDiagnostic;
pub use reporter::DiagnosticKind;

Modules§

call_stack
debug_info
reporter

Macros§

print_to_stdout
Macro to print formatted output to stdout
println_to_stdout

Structs§

Located
Location
Span
Spanned

Functions§

print_to_stdout
Print the input to stdout, and exit gracefully if SIGPIPE is received. Rust ignores SIGPIPE by default, converting pipe errors into ErrorKind::BrokenPipe

Type Aliases§

Position