We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48f778e commit c380963Copy full SHA for c380963
text/0000-show-stabilization.md
@@ -115,7 +115,8 @@ instead move to the `{:?}` specifier instead of the `{}` specifier (which
115
An implementation of the `Show` trait is expected for **all** types in Rust and
116
provides very few guarantees about the output. Output will typically represent
117
the internal state as faithfully as possible, but it is not expected that this
118
-will always be true.
+will always be true. The output of `Show` should never be used to reconstruct
119
+the object itself as it is not guaranteed to be possible to do so.
120
121
The purpose of the `Show` trait is to facilitate debugging Rust code which
122
implies that it needs to be maximally useful by extending to all Rust types. All
0 commit comments