You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// For types which can't be pretty printed without world access.
327
330
/// Implementors should try to print the best value they can, and never panick.
328
-
pubtraitDisplayWithWorld: std::fmt::Debug{
331
+
pubtraitDisplayWithWorld: std::fmt::Debug+ AsAny{
329
332
/// # Warning
330
333
/// Display this type without world access. It is not recommended to use this method for anything other than debugging or necessary trait impl corners.
331
334
/// For many types this will just print type id's with no further information.
0 commit comments