]> git.lizzy.rs Git - rust.git/commit - src/tools/miri
Rollup merge of #100826 - vincenzopalazzo:macros/wrong_sugg_with_positional_arg,...
authorMatthias Krüger <matthias.krueger@famsik.de>
Wed, 24 Aug 2022 16:20:09 +0000 (18:20 +0200)
committerGitHub <noreply@github.com>
Wed, 24 Aug 2022 16:20:09 +0000 (18:20 +0200)
commitf8e128f8adcdb1c026f47b6ba4db197368122826
tree16025d4e7f98ebd06306bc69ee8732a7deb824c1
parent6deca5f067684ddb120bd8897d0e55baafcdd792
parent3d8c7d2c0a83a7603c3fc4164accfc41a38a5415
Rollup merge of #100826 - vincenzopalazzo:macros/wrong_sugg_with_positional_arg, r=TaKO8Ki

sugg: take into count the debug formatting

Closes https://github.com/rust-lang/rust/issues/100648

This PR will fix a suggestion error by taking into consideration also the `:?` symbol and act in a different way

``@rustbot`` r? ``@compiler-errors``

N.B: I did not find a full way to test the change, any idea?