Skip to content

feat(dbg): lift the latest version

Anhad Singh requested to merge andypython/relibc:devel into master

https://doc.rust-lang.org/stable/src/std/macros.rs.html#352-374

Allows for you to be able to do dbg!(a, b, c), and also prints column information. Helpful when debugging.

Signed-off-by: Anhad Singh andypython@protonmail.com

Merge request reports