Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update pr_9354.prdoc
  • Loading branch information
karolk91 authored Jul 28, 2025
commit 02419e09f3aeac97cae734873e0e94167086a951
4 changes: 1 addition & 3 deletions prdoc/pr_9354.prdoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ title: Remove whitespaces added by macros due to token re-parsing
doc:
- audience: Runtime Dev
description: |-
Relates to: https://github.com/paritytech/polkadot-sdk/issues/9336, https://github.com/paritytech/polkadot-sdk/pull/7321

This PR aims to normalize result of `stringify` in scenarios when used inside nested macros to stringify token streams for benchmarking related code. Different versions of rust can include, or not, "space" characters around tokens like `<`,`>`,`::` so we are just removing additional spaces.
Normalize result of `stringify` in scenarios when used inside nested macros to stringify token streams for benchmarking framework
crates:
- name: frame-benchmarking
bump: patch
Loading