Modules§
Macros§
- bug
- Macro that indicates there is a bug in the program, but doesn’t panic.
- bug_
panic - Macro that indicates there is a bug in the program and then panics.
- here
- A macro for attaching info to error messages pointing to the line of code responsible for the error. Thanks to dtolnay for this macro