move icon indicating copy to clipboard operation
move copied to clipboard

[Bug]

Open wrwg opened this issue 3 years ago • 0 comments

🐛 Bug

When using debug::print(string::utf8("abc")) an actual string should be printed, not the vec u8 representation. String is a well-known struct type and should be special handled here.

This is a bug because it should have been added when String was introduced.

wrwg avatar Aug 15 '22 21:08 wrwg