Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up-Z show-parallel-layout implementation accidentally deleted #17582
Labels
Comments
|
cc @mihajlija |
|
This is supposed to happen through build_display_items_for_debugging_tint which is called from build_display_list_for_block and build_display_list_for_inline. I am confused why this is not working, since we set the option in from_cmdline_args. |
|
The display list is definitely altered when I use |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It appears at some point the code that built an altered display list when -Z show-parallel-layout was given got deleted, and we should bring it back.