Commit 5af7e8c3 authored by Will Dietz's avatar Will Dietz
Browse files

Preserve probe-ness and const-ness in Output() and friends.

Using `Output()` shouldn't drop important type information,
only override the specified direction to force alignment.

Until #3647 is addressed, use `cloneTypeFull` to get the expected behavior.
The cloned direction information is unnecessary but is
overridden by the coerced direction.

cc #3647.
parent b2d670a4
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment