[][src]Function econtext::print_econtext

pub fn print_econtext()

Prints all active error contexts to stderr.

Example printout:

ERROR CONTEXT:
  example examples/example.rs:7: i 4
  example examples/example.rs:4: example::process_file "file.txt"
  example examples/example.rs:13: example::do_stuff
  example examples/example.rs:20: main()