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 c9f1162 commit 93f877cCopy full SHA for 93f877c
src/libcore/any.rs
@@ -452,7 +452,9 @@ impl TypeId {
452
/// `"std::option::Option<std::string::String>"`.
453
///
454
/// The returned string must not be considered to be a unique identifier of a
455
-/// type as multiple types may map to the same type name. In addition, the
+/// type as multiple types may map to the same type name. Similarly, there is no
456
+/// guarantee that all parts of a type will appear in the returned string: for
457
+/// example, lifetime specifiers are currently not included. In addition, the
458
/// output may change between versions of the compiler.
459
460
/// The current implementation uses the same infrastructure as compiler
0 commit comments