]> git.lizzy.rs Git - rust.git/commit - src/tools/miri
Rollup merge of #98301 - ortem:pretty-printers-nonzero, r=wesleywiser
authorMatthias Krüger <matthias.krueger@famsik.de>
Sun, 28 Aug 2022 07:35:12 +0000 (09:35 +0200)
committerGitHub <noreply@github.com>
Sun, 28 Aug 2022 07:35:12 +0000 (09:35 +0200)
commit85916c7e357b48d01d03afdb1640dcb374d589ae
tree5d4e246f4f1d2eed47b8f95c4004a770953b3d59
parentb9306c231a9ffaf83d420ec09f165f58444d142e
parent2a26987b36656a16ee6e9d65e972ca36b9a99449
Rollup merge of #98301 - ortem:pretty-printers-nonzero, r=wesleywiser

Add GDB/LLDB pretty-printers for NonZero types

Add GDB/LLDB pretty-printers for `NonZero` types.
These pretty-printers were originally implemented for IntelliJ Rust by ```@Kobzol``` in https://github.com/intellij-rust/intellij-rust/pull/5270.

Part of #29392.
src/tools/compiletest/src/runtest.rs