[go: up one dir, main page]

Function print_econtext

Source
pub fn print_econtext()
Expand description

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()